Hi, I have this code to underline my links.
/*** links subrayados ***/
.avia_textblock p a, .avia_textblock li a, .avia-tooltip p a {
text-decoration:underline !important;
}
Could you please give me the code to add the text in the accordion container?
Thanks in advance!
Arantza
Hi Arantza,
Could you post a link to where we can see the elements that you want to underline please?
Best regards,
Rikard
Hi,
Thanks for that. I can’t see any accordion elements on either of those page though? I tried logging in as well, but the details you posted are not working.
Best regards,
Rikard
Hi,
Thanks for that. Please try this CSS as well:
.toggle_content a {
text-decoration: underline;
}
Best regards,
Rikard
Thank you, it didn’t work.
But I added important and now it is ok :)
.toggle_content a {
text-decoration: underline !important;
}
best regards
Arantza
Hi Arantza,
No need to add !important, just add #top to Rikard’s code:
#top .toggle_content a {
text-decoration: underline;
}
Best regards,
Nikko
Hi Nikko,
thank you!!!
Another question to link format. In my footer, column 2, latest portfolio widget, the hover doesn’t work on the title. Can you please tell me, how to correct it?
Thank you
Arantza
Hi Arantza,
You’re welcome :)
Please try to add this CSS code:
.news-link, .news-link:hover,
.news-link, .news-link:hover .news-headline,
#top .widget ul li .news-link:hover {
color: #bf0000;
}
Best regards,
Nikko
Great! It works!!!!
Thank you!
Arantza
Hi,
Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Yes, you can close. Thank you