- This topic has 7 replies, 2 voices, and was last updated 2 years, 7 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Hi,
is there a possibility to change hyperlink color but only in paragraphs?
Thanks and regards,
Filip
Hi Filip,
Can you please describe the issue you have more detailed? Please share a direct link to the page where the issue appears and for more clarifications, screenshots will be much appreciated.
Kind Regards
Thank you for your reply.
What I need to do is to change the color of hypertext but only in text not in menu at https://dotykaniduse.cz/
Please see screenshot.
Best regards,
Filip
Hi Filip,
It’s all clear now, please share your website URL and we will create CSS snippet especially for you.
Kind Regards
Hi,
URL of my website is <span style=”background-color: #fbfbfb; color: #4f4f4f; font-family: Poppins, Helvetica, Arial, Verdana, sans-serif; font-size: 14px;”>https://dotykaniduse.cz/</span>
Thank you in advance.
Filip
Hi Filip,
Please check for the URL validation, every time we trying to access your shared link we get this screen: https://imgur.com/pHGLMvb
Kind Regards
Not sure what more I can do.
The link is https://dotykaniduse.cz/ and it works for me from all my devices.
Should I check some settings?
Thanks and regards
Hi Filip,
Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:
.post-content a {
color: #004242;
}
.post-content a:hover {
color: #F07427;
}
Change only colour schemes in this CSS snippets to your preffered.
Kind Regards