Support » Themes and Templates » Title Bar Font Size

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter mikedy26

    (@mikedy26)

    In the “Hey Cookie” theme.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If there aren’t sections in the dashboard supporting these changes, you may need to use a Child Theme or Custom CSS plugin, otherwise you’ll be changing the theme’s files. Changes to theme files will erase once the theme updates.

    Which text do you want changed in size, and how much bigger/smaller?

    Thread Starter mikedy26

    (@mikedy26)

    I’d like to change the text in the title bar that says:
    STREET STYLE DESIGNERS FEATURES ABOUT CONTACT

    Thread Starter mikedy26

    (@mikedy26)

    I’d like for it to be a little smaller, maybe 2 or 3 pixels.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The CSS necessary is;

    .headline {
     font-size: 15px;
    }

    Originally the font-size value was set at 18px.

    Try using a browser Inspector tool, such as Google Chrome’s built in Inspect Element feature or Firefox’s Firebug tool to find particular CSS styles in web pages.

    Thread Starter mikedy26

    (@mikedy26)

    Perfect, Thank you Andrew!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Title Bar Font Size’ is closed to new replies.