• Resolved novistheking

    (@novistheking)


    Hello,

    I am currently building new website and I have found your theme. It looks really great and I am trying to check what I can do with it and learn its function.

    Unfortunately I have a problem with navigation menu and its hover color. When you hover over the navigation menu it changes the color to some sort of gray. I would like to change that color and color of its underlining.

    I have tried to change a lot of collor setting but still no luck.

    Do you think it would be possible to guide me through this issue and help me change the color?

    Thank you very much in advance.

    Best regards,
    Tomá?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Shine Dezign Infonet

    (@shinedezigninfonet6788)

    Thanks for your feedback.

    You can change the color of the menu from the admin panel by editing the site header (you can check the video link for reference). To change the hover color and underlying color, please add the following rules to the style.css file.

    If you are unable to do this on your end, please provide us with the Admin details, FTP/cPanel access, and the colors for the menu, hover, and underlying elements through our support email- [email protected]. We will do it for you.

    Video link :- https://fashionstorefree.shinedezign.pro/change_menu_color/header_changes.webm

    Rules to be added in style.css

    :has(header,footer) nav.wp-block-navigation ul li.wp-block-navigation-item a:hover, :has(header,footer) nav.wp-block-navigation ul li.wp-block-navigation-item a:hover span {
        color: #ff0000; /*change hover color here*/
    }

    :has(header,footer) nav li.wp-block-navigation-item>a:before {
        background: #ff0000; /*change underline color here*/
    }

    Thread Starter novistheking

    (@novistheking)

    Thank you for your quick reply.

    These css rules were exactly what I needed. Thank you very much for that.

    Theme Author Shine Dezign Infonet

    (@shinedezigninfonet6788)

    We are pleased to assist you.
    Could you kindly provide us with a positive review? Your feedback would be greatly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.