• Hello forgive me if this is a duplicate post but I am trying to adjust the size of a header this is the code for the header when I inspect the element. I have looked in the editor but cant seem to find the code that controls the header. I am using the Rock N Rolla theme if that helps.

    <div class=”header-container”>
    <header class=”entry-header”>
    <div class=”black-overlay”>
    <h1 class=”entry-title”>Home</h1> </div>
    </header><!– .entry-header –>
    </div>

    Thanks!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Thanks.

    Thread Starter sixecho

    (@sixecho)

    dev.apautodetailing.biz the header under the main header that lists the menu selection… i want it to be slightly larger than the size of the text for the selected menu item… thanks for any help!

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    try this css

    p.site-description {
        font-size: 150%;
        font-weight: bold;
        text-shadow: 0 0 5px #000;
    }

    To add CSS:

    • If you are using WordPress 4.7, use the “Additional CSS” option in the customizer.
    • If your theme has a custom CSS option, use that to add the CSS shown above.
    • If not, install the plugin Simple Custom CSS.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘div.header-container height adjust’ is closed to new replies.