Home Forums WoodMart support forum link color issue

link color issue

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

    xcarboney
    Participant

    hi, we changed our website to dark mode. but the links on the website remain in gray colors i tried every single option in the panel, but I couldn’t change it to white, so please help

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    span.nav-link-text {
    	color: blue !important;
    }

    Change the color as per your need.

    Best Regards.

    #480148

    xcarboney
    Participant

    it work thanks alot

    #480165

    xcarboney
    Participant

    we have issue now when go to shop page links are white and it should be black

    https://grandeur-paris.com/product-category/apple-watch-case-carbon-fiber/

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

    Hello,

    This code changes the color of both the home page menu and shop page menu.

    span.nav-link-text { 	
    color: blue !important; 
    }

    Change the color as per your need then clear the browser cache and check the issue.

    If you have any questions please feel free to contact us.

    Best Regards.

Tagged: 

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