Home Forums WoodMart support forum Want to Change Watch Button

Want to Change Watch Button

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

    alwidyadara
    Participant

    Dear Support,

    I am using woodmart base standard theme, I saw the Watch button at a single product color is white, which is the same as the base color. Can I change the color? how to do that? maybe you can give me CSS code to change the color

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

    Hello,

    To change the color of the video button on the product page you need to add the following custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-video-button a {
    background: red;
    }

    You can change the color according to your requirements.

    Best Regards.

    #177519

    alwidyadara
    Participant

    Can I change hover text color and icon color to white? Black is not matched with red.
    This is my custom CSS now

    .product-video-button a {
        color: #ffffff;
        background: red;
    }
    Attachments:
    You must be logged in to view attached files.
    #177529

    Hello,

    I saw the screenshot you attached. To change the con hover text and icons color you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings Custom CSS.

    .product-video-button a:hover {
    color: white;
    }

    Best Regards.

    #177534

    alwidyadara
    Participant

    Great. Resolved. Thanks.

    #177535

    Most Welcome :-)

    If you do not mind, can you please leave 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.

Tagged: 

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

The topic ‘Want to Change Watch Button’ is closed to new replies.