Home Forums WoodMart support forum HOW TO CHANGE HEADER LINK COLOURS

HOW TO CHANGE HEADER LINK COLOURS

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

    dsim
    Participant

    Hello,

    How do I change the header colours in rest and hover over mode for the “Newsletter, Contact Us etc” links.

    See attachment.

    Thank you

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

    Hello,

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

    
    .wd-header-nav.wd-full-height .wd-nav>li>a {
    color: red;
    }
    .wd-header-nav.wd-full-height .wd-nav>li>a:hover {
    color: green;
    }

    Regards.
    Xtemos Studios.

    #325581

    dsim
    Participant

    Hello,

    Unfortunately your fix has not worked. Please give a new fix for this request!

    Thank you

    #325606

    Hello,

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

    Regards.
    Xtemos Studios.

    #325609

    dsim
    Participant

    Hello,

    Im working on the site on my local hard drive so I cant give you access there but I do have an older version on the internet you can look at.

    Thank you

    #325618

    Hello,

    Please replace the previous Custom CSS with the following then check back.

    .wd-header-nav .wd-nav>li>a {
        color: red;
    }
    .wd-header-nav .wd-nav>li>a:hover {
    color: green;
    }

    Regards.
    Xtemos Studios.

    #325621

    dsim
    Participant

    Hi there,
    Thank you, its working.
    1) The colors I’m using are black and orange but the “orange” colour is not the same shade as the standard one on the site. How can I use that particular colour orange? (#FF6600)
    2) Is is also possible to change these colours to the same as well? …see attachment.

    Thanks

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

    Hello,

    1) If the same shade is not coming then it is the color code issue not from our Theme.

    Please try using other colors.

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

    .searchform.wd-with-cat input[type="text"]::placeholder {
        color: #FF6600;
    }
    .wd-search-cat>a>span {
        color: #FF6600;
    }
    span.wd-tools-text {
        color: #FF6600;
    }

    Best Regards.

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