Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #1221485
    Ramon Olivencia
    Guest

    Hi. I´m supposed to have the premium support for Enfold but cannot find how to place a new tech support question or open a ticket. I just successfully used a CSS code to add the option to underline my links on my website CONTENT only (excluding the menus). However, the underlining for some reason does not include the page accordions nor the Product pages. Any advice on how to fix this is appreciated. Here is the code just used:

    /* Underline links in the content */

    .avia_textblock a {
    text-decoration: underline !important;
    }

    #1221503

    Hey Ramon Olivencia,

    On which page can I find the accordions?

    Best regards,
    Jordan Shannon

    #1221924

    Sorry, here are the accordeons: https://abogadonotarioonline.com/traspaso-de-herencia/ Also, could you give me the direct link for future new support tickets? Thanks!

    #1222238

    Hi,

    Thanks, add this to quick css:

    .toggle_content a{
    text-decoration:underline!important;
    }

    As for starting a topic you can simply go to Enfold subforum and click blue button at the top, or use this link – https://kriesi.at/support/forum/enfold/#new-post to start a new thread :)

    Best regards,
    Jordan Shannon

    #1222257

    Hi Jordan,

    Thanks but it´s still not working as requested. That is, it is not showing the link underlines on the accordions nor on the products. Here is a link so that you can verify it: https://abogadonotarioonline.com/en/traspaso-de-herencia/

    Regards,

    Ramon

    #1222274

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1224282

    Sorry I didn´t see your last message since Kriesi´s awkward support page takes me out of my email. My previous answer was “Thanks but it´s still not working as requested”, meaning that yes, I did add the code (that´s why I answered “thanks”, but that it is still not working. Also, I have cleared the cache numerous times.

    #1224533

    Hey,

    Could you please create temporary admin logins and post them here privately so we can look into it? There might be an error in your custom CSS which would break CSS.

    Best regards,
    Yigit

    #1224585
    This reply has been marked as private.
    #1224592
    This reply has been marked as private.
    #1224634

    Hi,

    You had an extra closing comment tag in your Quick CSS field. I deleted it. Please review your website :)

    Best regards,
    Yigit

    #1224642
    Ramon Olivencia
    Guest

    Ok, but the PRODUCT pages are still not showing the underlined links (I see them only for the “pages”). Thanks.

    #1224644

    Hi,

    They show up fine on my end :) Please see attached screenshot in private content field.

    Best regards,
    Yigit

    #1224759
    This reply has been marked as private.
    #1224784

    Hi,

    That is because of the selector. Please add following code to Quick CSS as well

    .woocommerce-tabs a {
        text-decoration: underline !important;
    }

    Best regards,
    Yigit

    #1224846
    This reply has been marked as private.
    #1224919

    Hi,

    You can make it underlined using following code

    .woocommerce-product-details__short-description a {
        text-decoration: underline !important;
    }

    For cleaner code, you could combine all of your custom CSS for underlined text as following

    .avia_textblock a,
    .toggle_content a,
    .woocommerce-tabs a,
    .woocommerce-product-details__short-description a {
        text-decoration: underline !important;
    }

    Best regards,
    Yigit

    #1224931

    Great, thanks! BTW, don´t remember why I put Duotone, it must have been a mistaken “paste” from the same word I used referring to a surfing board. lol

    #1225036

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1225229

    That´s it for this topic.

    #1225335

    Hi ramonolivencia,

    Great :)

    We are closing the thread.

    If you need further assistance please let us know in a new one.

    Best regards,
    Victoria

Viewing 21 posts - 1 through 21 (of 21 total)
  • The topic ‘How to underline links within accordions and Products’ is closed to new replies.