Expound theme – change header font color

  • Unknown's avatar

    Hi, I’ve just transitioned to the Expound theme and would like to add my custom header images, but will need to change the font color for my blog title to white.

    I would also like to change the main menu bar color to match my background color.

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,
    To change your blog title to white, use this CSS:

    .site-title a {
    text-decoration: none;
    color: #ffffff;
    }

    And to change the background of your main menu, use this one (using the code of the color of your background)

    .navigation-main {
    background: #2663C1;
    .navigation-main li {
    background: #2663C1;
    }

  • Unknown's avatar

    Thanks for the very quick response.

    I customized my blog with the Simple CSS plugin last year but now that I’ve changed the theme I find no plugin option available. Is this a change to WordPress.com?

  • Unknown's avatar

    Hi there,
    You cannot install plugins in WordPress.com sites. Plugins are usually used for those sites using WordPress.org software. To understand more about the differences between WordPress.com and WordPress.org, please visit this link: https://en.support.wordpress.com/com-vs-org/

  • The topic ‘Expound theme – change header font color’ is closed to new replies.