Home Forums WoodMart support forum How can change only icon popup color

How can change only icon popup color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #438535

    Wolf Dizayn
    Participant

    Hello i was change my teheme color i set it all but 1 think cant find where to change only there color cart icon and favorite icon on top circle color i add picture

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

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .wd-tools-count {
        background: red !important;
        color: #000 !important;
    }

    In this CSS, you can change the color to your choice of hex color code or color name. Also, the color property in this CSS is for the Text color.

    Best Regards.

    #438583

    Wolf Dizayn
    Participant

    .wd-tools-count {
    background: red !important;
    color: #000 !important;
    }

    i want make cicrcle color #fb7b8e
    number color white there is code copy paste its make red and black how can change circle colors and numbers colors
    circle: #fb7b8e
    numbers : #000
    colors

    .wd-tools-count {
    background: color: #fb7b8e !important;
    color: #000 !important;
    }

    is it work ?

    #438862

    Hello,

    If you want to have the background color change to your provided hex code then please try using the Custom CSS in this way:

    .wd-tools-count {
       background-color: #fb7b8e !important;
    }

    The location to paste Custom CSS is the same as told earlier.

    The Count text color is already white so you don’t need to add the color change property for that.

    Best Regards

    #439005

    Wolf Dizayn
    Participant

    ok i fix it thank you so much but now i have another problem see i change sale product colors too but in ajax card and my card page and payment page product total price colors stay gray how can i change payment colors i add screenshot

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

    Hello,

    The Prices usually picks up the Primary Color of your Site like you can see in the following Image: https://snipboard.io/UCHAkT.jpg

    So, to change it globally for all the mentioned Pages on your Site please try changing the Primary Color of your Site. It can be done under the Dashboard > Theme Settings > Styles and colors > there you can find the option to change the Primary Color: https://xtemos.com/wp-content/uploads/2020/09/colors.jpg

    Best Regards.

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