Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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!
    Arantza

    #1402044

    Hi Arantza,

    Could you post a link to where we can see the elements that you want to underline please?

    Best regards,
    Rikard

    #1402057
    This reply has been marked as private.
    #1402189

    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

    #1402203
    This reply has been marked as private.
    #1402355

    Hi,

    Thanks for that. Please try this CSS as well:

    .toggle_content a {
      text-decoration: underline; 
    }

    Best regards,
    Rikard

    #1402382

    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

    #1402401

    Hi Arantza,

    No need to add !important, just add #top to Rikard’s code:

    #top .toggle_content a {
        text-decoration: underline;
    }

    Best regards,
    Nikko

    #1402779

    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

    #1402793

    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

    #1402794

    Great! It works!!!!
    Thank you!
    Arantza

    #1402959

    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

    #1403539

    Yes, you can close. Thank you

    #1403570

    Hi,

    Great! Glad to know that this has been resolved. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Underline links in Accordion Container’ is closed to new replies.