Menu in Header Area - Acme Themes
Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #87397
    petegogetter
    Participant

    When I insert a menu into the header area of majickstar dot com the text shows up white on white. When I hover over a menu selection it becomes visible because there is then a red box around it. How can I make it so the menu items are in red font when they are not being hovered over, that way the visitor can see all the menu options at once? Thank you

    #87495
    acmethemes
    Keymaster

    Dear PeteGoGetter,
    Your queries will be replied soon.

    Best Regards!

    #87553
    acmethemes
    Keymaster

    Dear PeteGoGetter,
    Could you please send us screenshot of the problem where you are facing so that we can observe properly and provide you solution?

    Best Regards!

    #87605
    petegogetter
    Participant

    #88361
    petegogetter
    Participant

    I’m still waiting for a response on this. The errors can easily be seen also by accessing the site. Thank you

    #89238
    acmethemes
    Keymaster

    Dear PeteGoGetter,
    Please add the given CSS code in Additional CSS.
    Appearance > Customize > Additional CSS

    .header-wrapper .menu li a {
        color: #e02c2c;
    }

    Best Regards!

    #89239
    petegogetter
    Participant

    How can I get the hover text to be white rather than red on red?

    #89269
    acmethemes
    Keymaster

    Dear PeteGoGetter,
    Please add the given CSS code in Additional CSS.
    Appearance > Customize > Additional CSS

    a:hover {
      color: white;
    }

    Best Regards!

    #89278
    petegogetter
    Participant

    That made links turn white when I hover over them but not the links in the top menu. Active menu item is still showing red on red.

    #90369
    petegogetter
    Participant

    I have been waiting nearly three months for an answer to my issue, in which time the website has looked horrible. Are you guys going to help me fix this?

    #90399
    acmethemes
    Keymaster

    Dear PeteGoGetter,
    Your query will be replied soon.

    Best Regards!

    #90456
    acmethemes
    Keymaster

    Dear PeteGoGetter,
    Please remove the cache plugin from your site.

    Best Regards!

    #90457
    petegogetter
    Participant

    Now the website is slower and the active menu selection is still showing red text instead of white. Not sure why you have asked me to remove my premium cache plugin instead of addressing the issue at hand I originally asked about on September 25th.

    #90461
    acmethemes
    Keymaster

    Dear PeteGoGetter,
    Please add the given CSS code in Additional CSS:
    Appearance > Customize > Additional CSS

    .header-wrapper .menu li a:hover {
    	color: #fff;
    }

    Best Regards!

    #90468
    petegogetter
    Participant

    Is there a way to turn the active menu item to white font, even when its not being hovered over? I need white font for whichever page the person is currently on please.

Viewing 15 posts - 1 through 15 (of 17 total)
  • You must be logged in to reply to this topic.