Home Forums WoodMart support forum Display header text below icon

Display header text below icon

Viewing 6 posts - 31 through 36 (of 36 total)
  • Author
    Posts
  • #314243

    Hello,

    Sorry, but it is not possible to add the on hover color to the Truck icon.

    Because you are using a Custom Icon.

    Best Regards

    #314454

    Kathir
    Participant

    I am using the same font for track, but it’s still looking different.

    Can you provide me the code, so that all the text looks the same

    I am adding image for reference.

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

    Hello,

    The font is the same as we have given the custom CSS code and the font family is the same, It is only the size and color of the text issue. Now, please check it again after removing the browser and site cache.

    Best Regards.

    #314505

    Kathir
    Participant

    Now the font is correct but when I hover, the “track” is not changing color like other icons and text.

    #314517

    Kathir
    Participant

    Or can we disable hover for all icons (profile, wishlist, cart ) so they look same as track icon ?

    #314519

    Hello,

    Yes, please use the below custom CSS code and disable the hover effect from the other icons as well:

    .wd-tools-element:hover>a {
        color: #333;
    }

    Best Regards.

Viewing 6 posts - 31 through 36 (of 36 total)