Hi – I am wondering if there is a way to show the hyperlink like the ones that are set up for the paragraph in the Header as I have it set as H3.
As you can see here:
Screenshot: http://pasteboard.co/13IcrKuV.png
The blue shows that it a possibility be a hyperlink and when hover it changes to dark blue with underline. When I do that for the H3 (Contact Us) it doesn’t do the same effect as it does in the paragraph above.
Is it possible to do so? I have it on several pages.
Hi Devon!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h3 a:hover {
color: darkblue!important;
text-decoration: underline!important;
}
Regards,
Yigit
Perfect. Thank you very much for your help.
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit