We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Jan 5, 2022 8:58 AM
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
Solved! Go to Solution.
Jan 5, 2022 11:29 AM - edited Jan 5, 2022 11:30 AM
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
Jan 5, 2022 11:55 AM
Happy to help 😀
Jan 5, 2022 11:54 AM
Ok great thank you very much for your help 🙂
Jan 5, 2022 11:29 AM - edited Jan 5, 2022 11:30 AM
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
Jan 5, 2022 11:21 AM
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
Jan 5, 2022 9:54 AM - edited Jan 5, 2022 9:56 AM
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