Remove options on hover

edited July 2024 in Theme Options

Hi,

On website www.jogodigital.com , at the homepage I have different modules.

On first one "TOP DE VENDAS" when you hover the product, this shows:

[Links visible only for registered users]

a) how can I remove from that type?

b) all the remaining store has this hover:

[Links visible only for registered users]

How can i remove from all store to show that hover?


I want simply people to click and open the product without these options.


c) product page: [Links visible only for registered users]

Is there a way of adding a icon with hearth so people can add to wishlist near add to cart?

Comments

  • Hi,

    1) Please go to Betheme -> Theme options -> Global -> Image frame, and set the style to Zoom or Disable it.

    2) In Betheme -> Theme options -> Shop -> General, select to show wishlist button next to cart button.

    Best regards

  • Ok. On product page I like it but it also adds here which looks bad: [Links visible only for registered users]


    You see the icon next to button and not nicely seen?

    Can we hide from these kind of categories and lists and leave it only on product page?

  • It can be done with a custom CSS code.

    Please send a link to your website, and I can help you writing that.


    Thanks

  • Here you have:

    [Links visible only for registered users]


    Desktop looks good, just not on mobile.

  • You can use this CSS code to move the wishlist icon to the bottom:

    @media only screen and (max-width: 767px){
     .woocommerce .products .product .mfn-li-product-row-button{
       flex-direction: column;
       margin-right: 0!important;
     }
    }
    

    Or this one to hide it completely:

    @media only screen and (max-width: 767px){
     .woocommerce .products .product .mfn-li-product-row-button{
       flex-direction: column;
     }
     .woocommerce .products .product .mfn-li-product-row-button .mfn-wish-button{
       display: none!important; 
       margin-right: 0!important;
     }
    }
    

    Best regards

Sign In or Register to comment.
This website uses cookies

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.

Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.