Okay
  Public Ticket #725701
External / Affiliate button text doesn't show on product hover
Closed

Comments

  •  1
    Jamie started the conversation

    Hello,

    The External / Affiliate button text doesn't show on product hover. I've attached two screenshots for you.

    I first submitted a support ticket on this issue on February 16 2016. The only response I've ever had for this problem is 'Please see VC update instructions in here: https://themenectar.ticksy.com/article/5182/'

    On numerous occasions I've emailed to say that both VC and the Theme are on the latest versions (and still are at the time of submitting this ticket). But had Zero support. Now nearly two months on, I'm reaching out to the public. 

    I was wondering if anyone who's bought the theme could help me out, or have any ideas on how I might fix this? I've used Salient for a few years and have bought the theme a number of times. To be fair the support has always been great! But for some reason, no one wants to help me out with this one :( 

    Thank you in advance for any suggestions,

    Kind Regards,

    Jamie

  •  1
    Jamie replied

    I've switched the woocommerce settings in the Salient options panel 

    from

    •  Add to cart Icon on Hover (Classic) 

    to

    •  Add to cart text on hover

    for now, until I can figure out how to fix the original problem.  

    I was wondering, do you know how to remove the category from showing on hover? 

    I've tired this: 

    .text_on_hover.product .text-on-hover-wrap {

    display: none;

    }

    But that removes all the text not just the category bit?

    Any help would be greatly appreciated. 

    Kind Regards,

    Jamie

     

  •  1
    Jamie replied

    The highlighted bit in red of the attached image is what I'd like to hide

  •  1
    Jamie replied

    I've sorted it. I added this:

    .text-on-hover-wrap .categories {
      display: none;
    }

    Thanks anyway,

    Jamie