This topic has 13 replies, 3 voices, and was last updated 2 years, 11 months ago ago by Farhad
Hi,
I can’t figure out how to change the color and hovering color of hyperlinks in posts and pages. Could you help me with this?
Hello,
The main color you can change via Theme Options > Styling. For other links custom CSS code can be used, for example, add the next code in Theme Options > Theme custom CSS > Global:
a {
color: #474dff;
}
a:hover {
color: #222;
}
Regards
Thank you so much, it worked.
It actually worked partially. For example, the words “sensors” and “restaurants” have hyperlinks but are still in black, while another linked phrase, ” Watch a sample tutorial video” has turned to the color: #474dff. The hover color works fine for all.
https://www.choovio.com/temperature-and-humidity-monitoring-system/
https://postimg.cc/BttdZPtj
Thank you!
Hello,
Please change this code https://prnt.sc/23j51nh to:
a, .mpc-textblock a {
color: #474dff;
}
a:hover, .mpc-textblock a:hover {
color: #222;
}
Regards
The link is not working for me and I can’t see the screenshot you shared.
I replaced the previous code with the new one and it worked. thank you!
Hello,
You are welcome.
Regards
You are the best!
Could you please help me with another issue? I can’t figure out why the following page is not shown on mobiles correctly. the first 3 sections are missing when browsing the page on mobile:
https://www.choovio.com/iot-sensor-solutions/
Hello,
Because you set to hide columns in the Responsive column settings https://prnt.sc/23vrh2g
Regards
Thanks, Olga,
I used the import option to create the page, and it should have been like this by default, I guess since I had no clue how to enable/disable this option.
Unfortunately, I cant see the screenshot you share. Could you please share via a different platform or email it to me?
I found this option and enabled display on mobile and tablet but still, it’s not showing.
appreciate your time!
Tagged: colors, customization, hovering, hyperlinks, themes, woocommerce, wordpress
The issue related to '‘Changing the color and hovering color of hyperlinks’' has been successfully resolved, and the topic is now closed for further responses