• Newbie here

    I am trying to change the font size of some of the things on my page but when I highlight the text and select any other formatting heading 1 2 3 4 5 6 preformatted or address – it does not change the size of the text.

    I need the disclaimer at the bottom of the pages to be small…

    http://mrsgreenjeansplantsseeds.com/the-reconnection/

    Thanks for you help

Viewing 3 replies - 1 through 3 (of 3 total)
  • You could wrap the relevant text in <small> tags. For example:

    <small>DISCLAIMER Eric Pearl and The Reconnection, LLC, in connection with The Reconnection® and Reconnective Healing®, including but not limited to seminars, teachings, any information and/or people, including but not limited to practitioners related thereto, make no promises, guarantees, representations or warranties regarding medical diagnosis and or medical treatment and are neither diagnosing nor treating specific health challenges. You are solely responsible for your own medical care.</small>

    Make sure you switch to the “text” tab in your editor before adding these tags.

    Thread Starter T Can

    (@t-can)

    Putting small did not change it

    Hey. I just looked at your site and the text that you wrapped with <small> tags is now smaller than the rest of the text in your post. Try clearing your browser’s cache and refreshing the page if your browser isn’t showing this yet.

    If you want to make the size of the font even smaller still, firstly create a child theme or install a custom CSS plugin. In your child theme’s style.css file or your custom CSS plugin’s editor, copy and paste the following snippet:

    small {
    font-size: 10px;
    }

    Change the value of font-size as you wish.

    Let me know how you get on with this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twenty Eleven Theme – can't change font sizes’ is closed to new replies.