Home Forums WoodMart support forum Problem: Menu Text has other color without approach the cursor

Problem: Menu Text has other color without approach the cursor

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #328352

    sergiomxdh
    Participant

    Hi!

    The menu “INFORMACIÓN” has the color of when one approaches the cursor (light blue), but without doing it (it is always with this color)

    In the attached file I was with the cursor over the menu “MARCAS” (and it changed from black to light blue)

    How can I solve this problem?

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #328383

    Hello,

    Please provide the URL of the website to check it myself and help you out accordingly.

    Best Regards.

    #328439

    sergiomxdh
    Participant
    #328449

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-nav[class*="wd-style-"]>li.current-menu-item>a {
    color: black;
    }

    Regards.
    Xtemos Studios.

    #328454

    sergiomxdh
    Participant

    I just tried, but now when I aproach the cursor, it doesn’t change menu color in “Información”

    #328461

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS>

    .wd-nav[class*="wd-style-"]>li.current-menu-item>a:hover {
    color: aqua;
    }

    Best Regards

    #328465

    sergiomxdh
    Participant

    Now it is working!

    Color “aqua” es similar to the primary color of the page, how can I change to the specific color?

    Primary color is: #00adef

    #328578

    Hello,

    You are Most Welcome.

    You can change the value of color in the above Custom CSS.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Problem: Menu Text has other color without approach the cursor’ is closed to new replies.