-
AuthorPosts
-
March 22, 2023 at 8:15 am #1401975
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!
ArantzaMarch 22, 2023 at 7:54 pm #1402044Hi Arantza,
Could you post a link to where we can see the elements that you want to underline please?
Best regards,
RikardMarch 22, 2023 at 11:33 pm #1402057This reply has been marked as private.March 23, 2023 at 8:15 pm #1402189Hi,
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,
RikardMarch 23, 2023 at 9:59 pm #1402203This reply has been marked as private.March 24, 2023 at 4:23 pm #1402355Hi,
Thanks for that. Please try this CSS as well:
.toggle_content a { text-decoration: underline; }Best regards,
RikardMarch 24, 2023 at 5:12 pm #1402382Thank you, it didn’t work.
But I added important and now it is ok :).toggle_content a {
text-decoration: underline !important;
}best regards
ArantzaMarch 24, 2023 at 8:52 pm #1402401Hi Arantza,
No need to add !important, just add #top to Rikard’s code:
#top .toggle_content a { text-decoration: underline; }Best regards,
NikkoMarch 28, 2023 at 12:35 pm #1402779Hi 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
ArantzaMarch 28, 2023 at 4:26 pm #1402793Hi 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,
NikkoMarch 28, 2023 at 4:28 pm #1402794Great! It works!!!!
Thank you!
ArantzaMarch 29, 2023 at 7:19 pm #1402959Hi,
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,
RikardApril 4, 2023 at 5:50 pm #1403539Yes, you can close. Thank you
April 5, 2023 at 5:27 am #1403570 -
AuthorPosts
- The topic ‘Underline links in Accordion Container’ is closed to new replies.
