The text disappears when the cursor flyes over the CTA

Hi everytone,

The text disappear when I want to clic on the CTA

Please see below

Apparently, the problem comes from the style code (CSS or Java) but unfortunately I have very few knowledge of it

Could you please help on this matter ?

Here is the webpage link : https://info.ccr-re.com/fr/glossary-of-reinsurance

Many thanks,

Best,

Angie

Hello

@AMiorin

,

You can find what you are looking for in the CSS file:
CCRRe_MAY 2020-style.css in lines 749 to 751

Here you can then change / adapt it according to your wishes

Please note, however, that these changes will also have an effect on other pages on your website.

Would recommend that you assign classes and design them according to your own wishes.
Best regards,
Özcan

Hi Özcan,

Thank you very much for this quick reply,

Do you think it would be possible to write down the new code for me please ?

I would like the text stay in white when the user click on the CTA button, such as the screenshot below

I would then insert it for all the needed pages

Many thansk,

Best,

Angie

Hey @AMiorin , sure

Try it with this code!

Give your a Tag a class like this:
<a class=“noHover”>

<strong>Read more</strong>

</a>
And for your css like this:
.noHover:hover,
.noHover:focus {
color: “#fff !important”
}
Best regards,
Özcan

Ok great thank you very much for your help :slightly_smiling_face:

Happy to help :grinning_face: