Dear Enfold Team,
to make sure, that hyperlinks are underlined, I added the following code to Quick CSS.
#main p a { text-decoration: underline; }
I found it in another thread. Unfortunately links in lists are not included in this code. Can you please let me know a code, that also includes links on lists?
Thanks a lot and best regards
Michaela
Sorry, I have already found a solution.
For all, who are also searching, that helped :)
.avia_textblock ul li a { text-decoration: underline; }
Sorry but now I see, that the quick CSS codes is only working while I am logged in in the backend. As soon as I am logged out I cannot see any of the layout changes, that I made via quick css:
#main p a { text-decoration: underline; }
.avia_textblock ul li a { text-decoration: underline; }
.phone-info { font-size: 18px; }
I have already tried to rename the enfold_child.css and saved a new one. That was a solution in another thread regarding this issue. But this also does not lead to any result.
For the case that you need it please find below a temporary admin login.
Update: I found out that the reason is the plugin fast velocity minify, that I was adviced to use in this forum
If I disable the plugin, clear the cache and reload the page everything is fine. Than I can enable the plugin again and the layout updates are still fine.