Home Forums WoodMart support forum Main nav drop down menu

Main nav drop down menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #244205

    pwcreative
    Participant

    Hello support,

    Do you have any CSS available to change the text colour of the drop down menu for the main navigation?

    I have tried using the following but it hasn’t worked:
    .navigation-style-default .menu-simple-dropdown .color-scheme-light ul li {
    color: white;
    font-size: 20px;
    }

    Thank you 🙂

    #244239

    Hello,

    I have visited your website and the color of the links in the dropdown is already white.

    Screenshot for Clarification: https://prnt.sc/vp45uu

    It seems that you have managed to change the color??

    If you are trying to ask anything else then please elaborate with the help of some relevant screenshots of the specific area to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #244245

    pwcreative
    Participant

    Hello,

    So sorry it must have been a caching issue and it wasn’t appearing.

    Thankyou for confirming. Is there any CSS for changing the highlighted background of each menu item when hovering? Currently it is white text and white background highlighted.

    Many thanks 🙂

    #244257

    pwcreative
    Participant

    For example – I cannot manage to get the drop down menu styling of that menu to appear like the drop down menu of ‘My Account’

    See screenshot for example of my account

    Thank you for your help

    #244479

    Hello,

    You are Most Welcome.

    I have visited your website and the color of the links hover background in the dropdown is changed.

    Does it seem that you managed to change it??

    And for the My Account menu dropdown colors try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-header-links .color-scheme-dark li a:hover {
    	color: green;
    	background: orange;
    }

    Best Regards.

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)