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

    The menu is there but it is white text on a white background. In advanced styling, I am changing the small bar above Main Menu and nothing is happening. Is this the right section to change the font color for this secondary menu? I searched everywhere and changed multiple settings, including these and nothing works. Still white on white. You can see here https://www.photomagx.com

    Please advise. thank you in advance

    • This topic was modified 9 months ago by extraeyes.
    • This topic was modified 9 months ago by extraeyes.
    • This topic was modified 9 months ago by extraeyes.
    #1415477

    Hey extraeyes,
    It looks like you have this custom css forcing white text:

    #header_meta .menu li a {
        color: #fff !important;
    }

    please search for it and remove the !important then it should work correctly.
    If there is something else that won’t be white without the !important then tell us and we can advice the correct css for you.

    Best regards,
    Mike

    #1415843

    That is there to force the text in another section, not this one. I won’t be able to remove it. You guys advised me to put that in. I think it was for the gallery to have white letters overlaying. Is there any other solution ??

    Thank you for your help.

    #1415849

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #header_meta .sub_menu .menu li a {
        color: #030303 !important;
    }

    After applying the css, please clear your browser cache and check.
    Adjust the color to suit.

    Best regards,
    Mike

    #1416182

    WORKED PERFECTLY!!! Thank you!!

    By the way, I would like you to consider using my photography magazine as an Enfold theme sample. I LOVE the new animation features and have taken full advantage of them.

    I have many moving images; here is a page – ghost hunting section. https://photomagx.com/ghost-hunting-photography/

    My main page has a lot of moving features. https://photomagx.com/

    Is there anywhere to submit my idea to you guys?

    And thank you again for solving my issue.

    #1416185

    Hi,
    Glad we could help, and glad you are able to create such a nice site with the theme, we don’t have a theme demo submission link, but you could post to the Enfold Showcase thread and say that you would be happy to share as a possible future demo, the team routinely comments on these posts in the background for possible ideas.
    I will go ahead an close this thread, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Top menu secondary small one font will not change color.’ is closed to new replies.