Home Forums WoodMart support forum Change "Product Video icon"

Change "Product Video icon"

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #55107

    Jakob40004000
    Participant

    Hi, can I change the icon used in the product video? I would like to change the button to a red background and a white youtube icon I will find.. Please see pic

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

    Hello,

    Please try this code:

    .product-360-button>a:before, .product-video-button>a:before, .woodmart-show-product-gallery-wrap>a:before {
        color: #ffffff;
        background: red;
    }

    You can set any color as per your needs. Add this code to Theme Settings > Custom CSS. If code does not work, please provide your site admin access and product link.

    Best Regards

    #58604

    Jakob40004000
    Participant

    Hi, thanks, but the color does not cover the whole button when hovered.

    Anyways, it it possible to change the icon from “Play” to “Youtube”, maybe red youtube icon?

    #58612

    Hello,

    Please provide your site URL and admin access.

    What icon do you want to place? Please view and choose: https://fontawesome.com/v4.7.0/icons/

    Best Regards

    #58934

    Jakob40004000
    Participant

    Thanks, I have added info to “Private Content”

    Icon fa-youtube, red if possible

    #58973

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    div.product-video-button>a:before {
        content: "\f167";
        font-family: FontAwesome;
        color: red;
        font-size: 24px;
    }
    #58995

    Jakob40004000
    Participant

    Brilliant, thanks!

    #59011

    You are welcome!

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

The topic ‘Change "Product Video icon"’ is closed to new replies.