Home Forums WoodMart support forum Trying to change the header menu link color (especially My Account link)

Trying to change the header menu link color (especially My Account link)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #200930

    adadukkan
    Participant

    Hi There;

    I’ve been trying to change the text color and hover color of “my account link”, “search icon”, “cart icon with subtotal text on the right”. But after lots of topic search I’ve just changed the “search icon text color and hover color”, “cart icon text color not the hover color and the subtotal text on the right”.
    I did not change MY ACCOUNT link and submenu in dropdown.

    I tried lots of css code that you gave to the other users on the forum. but nothing changed.

    Would you please help…

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

    Hello,

    I saw the screenshot you attached.

    To change the MYAccount on hover color Please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .my-account-with-text .wd-tools-text:hover {
    color: red;
    }

    For the cart icon on hover you need to add the following Custom CSS.

    .wd-tools-element span.woodmart-cart-icon.wd-tools-icon:hover {
    color: red;
    }

    Best Regards.

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