Headers

Support Area Forums Foundation Headers

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.sen-foundation.org/over-2/
  • Author
    Posts
  • #30038
    Kjell Doggen
    Participant

    Hi Bill,

    I want to make the header “OVER” smaller (and other headers).

    We use a plugin for the Child theme, which is “One-Click Child Theme”.

    Where and how can I make these headers smaller?

    Furthermore, what is the best option to insert a program to switch to the English version?

    Kind regards,
    Janneke

    #30040
    Bill Robbins
    Moderator

    Good Morning Janneke,

    Great questions. Since you’re using a child theme, this is how I would change the size of the headings in the theme:

    1. Go to the Appearance section in your WordPress dashboard and choose Edit.
    2. From the list of files on your right, choose style.css
    3. Scroll down to the bottom and add this:
      
      h1 {
        font-size: 38.5px;
      }
      
      h2 {
        font-size: 31.5px;
      }
      
      h3 {
        font-size: 24.5px;
      }
      
      h4 {
        font-size: 17.5px;
      }
      
      h5 {
        font-size: 14px;
      }
      
      h6 {
        font-size: 11.9px;
      }
      

      These are the sizes of the various headings used in the theme. The h1 is the one for page/post titles. Feel free to change any of those to meet your needs.

    4. Save your changes.

    Try out the new sizes by clearing out your browser’s cache and refreshing the site. You can then change the sizes further if you need to.


    The most often recommended plugin for running WordPress in more than one language is WPML (http:///wpml.org). It allows you to create all the content on your site in more than one language and provides a way for your visitors to choose from the available languages.

    If you have any questions, just let me know.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Headers’ is closed to new replies.