Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #508944

    Hi there,

    First of all, I love the theme!

    Ran into a minor problem though after importing the photography demo: How can I change the color of the menu subtext? Currently it’s green, not gray like in the demo, and I want it to be gray. Same applies to the social media icons in the menu bar for example.

    If I change colors under the Styling option, nothing happens, even when I select a different predefined color scheme, the colors stay the same.

    Thanks in advance!

    • This topic was modified 9 years, 1 month ago by mchbeck.
    #508948

    Hey mchbeck!

    Have you tried changing colors in Enfold theme options > General Styling > Logo area? If that too does not work, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_sidebar #header .av-main-nav > li > a .avia-menu-subtext {
        color: orange;
    }
    .html_header_sidebar #top #header .social_bookmarks li a { 
    color: orange; 
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Regards,
    Yigit

    #508957

    Thanks for the very quick reply.

    As you can see in the screenshot, there’s no green under options > General Styling > Logo area, yet the green is still on the page.

    Adding the CSS manually doesn’t change the color either. I’ve put it in (can make a screenshot of that as well to proof it) under the General Styling tab, but no effect. It’s mysterious.

    There’s no caching plugin being used, it’s a completely new WordPress blog.

    #508960

    Hi!

    Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
    If that too does not work, please create a temporary admin login and post it here privately so we can look into it

    Best regards,
    Yigit

    #508963

    Ha! The permissions did the job. Thank you very much.

    Sorry for the noob mistake.

    #508965

    Hi!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu Subtext Color’ is closed to new replies.