• Resolved ccarlow

    (@ccarlow)


    I am trying to change the font size to the header text under the website title called in a div tag as id=”blog-description”

    I tried entering .blog-description {font-size:50px; } but nothing changed. any suggestions? http://www.NaturesHealing.info

    ‘<div id=”logo”>
    <h4>Nature's Healing</h4>
    <div id=”blog-description”>Acupuncture & Herbal Medicine</div>
    </div>

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hopefully you are using Custom CSS? Try this:

    #blog-description {
       styles;
    }

    # is an id . is a class

    Thread Starter ccarlow

    (@ccarlow)

    Thank you. That did it!

    I believe I am using the custom CSS as opposed to the theme style.css. I understanding not to edit the main files and use the “custom CSS” but there are several entries areas for this and I’m confused on their purpose. i.e.
    Appearance>Editor – this has the main theme pages I believe – and avoid editing these.
    These two options below are confusing as to which to use. I believe 1 is built in by WP and 2 is built by the theme I use – custom community. When I enter css in one it doesn’t show in the other so this is not accessing the same file. What are they and which should I use?
    1. Appearance>Edit CSS
    2. Appearance>theme Settings>Theme CSS tab

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Number 1 sounds like it’s from a plugin named Jetpack, which also has Custom CSS functionality.
    Number 2 sounds like it’s Custom CSS functionality that is built into your theme.

    Either would work here.

    Thread Starter ccarlow

    (@ccarlow)

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change blog-description font size?’ is closed to new replies.