Home Forums WoodMart support forum Edit Roll-Over Image on Hover

Edit Roll-Over Image on Hover

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

    jonathan
    Participant

    Hi Guys,

    I’d like to change the rollover image that’s displayed when mousing over the ‘Read More’ button (when Mouse Over option is selected) for products at the category level.

    Currently the roll-over image is a shopping cart icon, I’d like to change it for another icon.

    Can you help?

    #45447

    Artem Temos
    Keymaster

    Hello,

    Could you please specify which icon do you want to set there?

    Regards

    #45451

    jonathan
    Participant

    Hi – thanks for getting back to me. I’d like an icon that indicates ‘Read more’, maybe an arrow, or ellipses ‘…’ etc. The customer will need to go to the product page to read more about the variable product before adding to cart. I’m worried the cart icon looks like it’ll add the product to cart straight away.

    Many thank.

    ps. is there a list of icons that come with the theme?

    #45459

    Artem Temos
    Keymaster

    You can choose from the Font Awesome icons list https://fontawesome.com/v4.7.0/icons/

    #45461

    jonathan
    Participant

    Thanks for the link to the list – that’s really helpful.

    This icon looks good: fa-mouse-pointer

    How would I go about replacing the shopping cart icon with it?

    #45473

    Bogdan Donovan
    Keymaster

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

    .woodmart-hover-button .hover-mask > a:before, 
    .woodmart-hover-info-alt .product-actions > a:before, 
    .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:before, 
    .woodmart-hover-quick .woodmart-add-btn > a:before, 
    .product-list-item .woodmart-add-btn > a:before, 
    .woodmart-hover-standard .btn-add > a:before {
    	content: "\f245";
    	font-family: fontawesome;
    }

    Regards

    #45483

    jonathan
    Participant

    Excellent. Thank you!

    #45503

    Artem Temos
    Keymaster

    You are welcome!

Tagged: 

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

The topic ‘Edit Roll-Over Image on Hover’ is closed to new replies.