Minor Pro Bug - Cart Off Canvas - "Links" Interaction Text Color

Hey Team

Minor Bug - Unable to adjust the Cart Off Canvas ‘Links’ Interaction Text Colour.

See below, the base ‘Links’ text colour is Black. But when you hover (have hovered over Clarify Gel Cleanser text in the screenshot) the text colour changes to a light grey. I am unable to change this colour, see the colour box in the screenshot - there is no option to adjust the ‘interaction’ colour:

Thanks
Sam

Hi Sam,

Thanks for reaching out.
Sometimes the only screenshot doesn’t help us to recognize the issue you are having. We need to examine your site to check what is the cause of your problem.
Hope you will not mind sharing your website credentials. Please provide the details of your site in a secure note, including:

– WordPress Site URL & Admin URL
– Specific Header where you have added the Cart Off Canvas element
– WordPress Admin username/password

To create a secure note, click the key icon underneath any of your posts.

Thanks

Hi Tristup

Please see attached updated screenshot with clear information on what’s going on:

This should be enough info to replicate at your end.

On Pro 4.3.3:
Screen Shot 2021-06-02 at 10.50.46 am

Cheers,
Sam

Hi Sam,

Thanks for the detailed clarification. Unfortunately, there is no Interaction option available for the Text color. I would suggest you add the following custom CSS code into the Mini Cart > Customize > Element CSS to set the color for the links on hover.

$el.x-mini-cart .mini_cart_item a:hover
{
    color:#00ff00;
}

I will also add this to feature request so it might be taken into account in the future.

Thanks

Thanks @tristup

Yep, definitely realise there’s no interaction option available, which is why I raised the issue. What I’m suggesting is that this is a Bug within Pro and needs to be resolved, as the Links automatically interact to a grey colour, which is in error. We should either be able to choose the interaction colour, or it doesn’t interact to a grey colour at all.

This isn’t a possible feature change for the future. This is a bug that needs to be resolved.

FYI - @alexander @lely

Sam

Hi Sam,

Yes, we agree this is a bug as links should have a color interaction color option. We’ve submitted this to our issue tracker so the developers will be made aware of it

Thanks,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.