Home Forums WoodMart support forum how to change color of particular element?

how to change color of particular element?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #315656

    manjudomainkop
    Participant

    Hello Team,
    how can i change a color for particular element or button.
    like i want to change color of price tag,and add to cart button how can i chnage it?

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

    Hello,

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

    .banner-inner .price {
        color: orange;
    }
    
    .wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a {
    background-color: orange;
    }

    Regards.
    Xtemos Studios

    #315669

    manjudomainkop
    Participant

    Hello,
    i want change the color of add to cart button that i mentioned in screenshot.

    Please check

    #315728

    Hello,

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

    .wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a {
    background-color: orange;
    }

    Best Regards

    #315763

    manjudomainkop
    Participant

    Hello,
    Its not working CSS code.
    I have changed color through theme setting but its changed some button and not other button add to cart button. I am attaching the screen shot. If you want to anything else please free to contact me.
    I have changed button color in saffron color code is-#ff9933 its changed some buttons.but its not changed in popular product category and other.please check the screen shot that i have attached,i want change all button color in saffron color- that is #ff9933.
    please check on website.
    Thank you.

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

    Hello,

    I saw the screenshots you attached.

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

    .wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a, .wd-hover-quick .wd-add-btn>a {
        background-color: #ff9933;
    }

    Regards.
    Xtemos Studios

    #315797

    manjudomainkop
    Participant

    Hello,

    Its not working buddy

    #315809

    manjudomainkop
    Participant

    hey its working now.
    Thanks.

    #315812

    Hello,

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘how to change color of particular element?’ is closed to new replies.