Viewing 8 replies - 1 through 8 (of 8 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    “the main heading”, can you tell us which heading you’re referring to and which page it’s on?

    Thread Starter nat8888

    (@nat8888)

    Hi – yes – it current says ‘We deliver more design than you thought possible’
    Thank you, N

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    So just the Home page?

    Thread Starter nat8888

    (@nat8888)

    yep

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then do the following:

    1. Install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
    2. use its “CSS Code” section of the dashboard to hold your CSS modifications:
    3. (put this code in)

      .content-info h2 {
          font-size: 32px;
      }
    4. Save

    Alternatively use your Child Theme style.css file to hold your CSS modifications

    Reduce the “32” number.

    Thread Starter nat8888

    (@nat8888)

    done – thank you very much!

    I noticed that people are talking about the ‘child theme’. Will my wordpress automatically update at some stage and I will loose all my custom css code?

    This is all I have (is it a big deal to not have a child theme with these changes?) If you have time I would appreciate knowing…

    body .footer-container {
    background: none;
    background: white;
    }
    .footer-navi .right-navi {
    display: none;
    }
    .footer-navi {
    background-color:#ffffff!important;
    }
    .copyright {
    display: none;
    }
    .content-info h2 {
    font-size: 26px;
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You’ll only lose the modifications that were made in the theme’s files; because when a theme has an update, every single file is overwritten even if it hasn’t changed from the previous version of the theme.

    If you’re using one of the themes that comes with WordPress itself, like Twenty Fifteen then yes a WordPress update will cause these theme file modifications to be erased.

    Otherwise it’s just theme updates.

    Thread Starter nat8888

    (@nat8888)

    thanks so much!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How do I change menu font size in the header?’ is closed to new replies.