Home Forums WoodMart support forum how to name the styles for the active element “.wd-tools-icon”

how to name the styles for the active element “.wd-tools-icon”

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #399124

    loralora
    Participant

    Hello

    Tell me more how to name the styles for the active element “.wd-tools-element .wd-tools-icon”

    i tried .wd-tools-icon:active but it doesn’t work.

    I need: If the user is in favorites – the icon lights up in a different color.

    #399171

    Hello,

    Please provide the page URL where you want to change the color of the icon, we will give you custom CSS.

    Best Regards

    #399356

    loralora
    Participant

    i meant these icons + filter icon on the same panel

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

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #399779

    loralora
    Participant

    I ask you to specify the classes of your css code,

    to write the style. Why do you need administrator access?

    #399872

    Hello,

    The class depends on, please provide the page URL so that we could extract the proper selector.

    Best Regards

    #399920

    loralora
    Participant

    I need selectors for these buttons?

    https://woodmart.xtemos.com/shop/
    https://woodmart.xtemos.com/wishlist/

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

    Hello,

    The shop icon is:

    .wd-toolbar-shop .wd-tools-icon:before {
        content: "\f146";
        font-family: "woodmart-font";
    }

    The Wishlist:

    .wd-header-wishlist .wd-tools-icon:before {
        font-size: 20px;
        content: "\f106";
        font-family: "woodmart-font";
    }

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

    Best Regards

    #400514

    loralora
    Participant

    This is not what I asked for.
    I need the classes for when the button is active.

    For example: All my buttons are black. I click on the favorites icon on the mobile version – I find myself on the “favorites” page and the favorites button lights up in a different color, for example blue. The other buttons are still black.

    #400656

    Hello,

    These buttons do not get any special class. These items have a default or hover state.

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

    Best Regards

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