Hello,
I have a couple of questions about styles in Enfold:
1. I wish that all links are underlined.
2. Why in http://iiemd.com/, the button on the slider has white text and in the same page, the other buttons have black text? I want all the buttons have with white text because that will better contrast and look better.
I hope you can help me.
Thanks for your atention.
Best Regards
Hi RicardoSuarez!
1)Please add following code to Quick CSS in Enfold theme options under Styling tab
a { text-decoration: underline!imporant; }
2
#top .main_color .avia-color-theme-color { color: white!important; }
Best regards,
Yigit
Hello,
The issue n°2 was solved.
But the n°1, not yet. I think, that I did not explain it very well.. I want the content text links are underlined. For example, in http://iiemd.com/, in the part where you show the evidence or opinions of the users, there are text links that I want to display underlined (I attached a picture for you to see)
Thousend of thanks for the support.
Best regards.
Hi!
Please change previous code with following one
.alternate_color a, .main_color a { text-decoration: underline; }
Regards,
Yigit
Thank youm works fine.
Regards