• Hey,

    I have gone through all of the options and I have set my logo up so on the main page it looks pretty good (after about 30 mins of playing around), starting to get the branding colours right but there are a few things that are weird.

    1) When I change the menu link colour, nothing happens, it stays the default colour

    2) When you click on the blog post, the page it takes you to has most of the links coloured with the new colour and the logo image has reverted back to the stock standard one that came with the theme, how do I change it so it stays with the logo on the main page?

    example can be viewed here: http://www.organicmindsetgroup.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Aiden

    1. The theme controls the font for the main navigation in Appearance> Theme Options> Menu Settings.

    The settings are also not working on my site, so there must be something else controlling the font color within the theme settings.
    You can target those menu items on your site using this CSS. Just place it into Appearance> Theme Options> Advanced Settings:

    ul#menu-top-menu li a span {
        color: red;
    }

    You’ll want to change the color to something that suits your site, but i just used red to make the changes clear.

    2. I think what you’re referring to is the “Page Header Default Background.” You can set this in Theme Options> Page Title. Try changing that to the other image.

    Let me know if this information helps you!

    -Kevin

    Thread Starter aiden123

    (@aiden123)

    Hey Kevin

    Appreciate the super speedy reply!!

    I’ll try that out tonight and let you know how I get on!

    Cheers
    Aiden

    Thread Starter aiden123

    (@aiden123)

    Thanks Kevin, worked a treat!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Why does my logo appear on the main page but revert to original on blog’ is closed to new replies.