-
Colour hyperlinksViewing 7 posts - 1 through 7 (of 7 total)
-
November 29, 2017 at 12:09 am #11776
Hi
I adjusted the colors in the Theme options < General Style < so that the hover color is different from the general text color. For some reason, this hover color is ignored in text in text boxes. I tried to fix this with add some coding to the text box, but this attempt was unsuccesful. How can I fix this?
Thanks,
TB
December 3, 2017 at 11:44 am #11778Hello,
Sorry for the late replyFirst, you need to give the block you want to change a custom ID. To add it you need to edit the block you want to change and you will find a text box to add your ID
After adding your ID , you can use this code
#your-id a:hover { color: #8dc61e; }
Change the color value to match the color you need.
If you’re facing any issue doing it, you can send us your admin login and we will do it for you.
If you need anything else, please let me know
Best Regards,December 11, 2017 at 4:25 pm #11780You can’t write the hover css inline, you have to add it the way we provided in the previous reply.
Since you couldn’t do it, you can send us your admin access in a private reply, and we will do it for you.December 12, 2017 at 12:07 pm #11783Hello Sir,
Kindly check it now.
We have added the following CSS code in your theme options:
Check it and let us know if you need further help.
Cheers -
You must be logged in to reply to this topic.