-
AuthorPosts
-
June 11, 2020 at 3:09 am #1221485Ramon OlivenciaGuest
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;
}June 11, 2020 at 5:10 am #1221503Hey Ramon Olivencia,
On which page can I find the accordions?
Best regards,
Jordan ShannonJune 12, 2020 at 1:19 am #1221924Sorry, here are the accordeons: https://abogadonotarioonline.com/traspaso-de-herencia/ Also, could you give me the direct link for future new support tickets? Thanks!
June 13, 2020 at 12:59 am #1222238Hi,
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 ShannonJune 13, 2020 at 1:58 am #1222257Hi 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
June 13, 2020 at 6:03 am #1222274Hi,
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 ShannonJune 20, 2020 at 4:45 pm #1224282Sorry 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.
June 22, 2020 at 10:08 am #1224533Hey,
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,
YigitJune 22, 2020 at 1:03 pm #1224585This reply has been marked as private.June 22, 2020 at 1:11 pm #1224592This reply has been marked as private.June 22, 2020 at 4:45 pm #1224634Hi,
You had an extra closing comment tag in your Quick CSS field. I deleted it. Please review your website :)
Best regards,
YigitJune 22, 2020 at 5:07 pm #1224642Ramon OlivenciaGuestOk, but the PRODUCT pages are still not showing the underlined links (I see them only for the “pages”). Thanks.
June 22, 2020 at 5:33 pm #1224644Hi,
They show up fine on my end :) Please see attached screenshot in private content field.
Best regards,
YigitJune 23, 2020 at 2:57 am #1224759This reply has been marked as private.June 23, 2020 at 9:33 am #1224784Hi,
That is because of the selector. Please add following code to Quick CSS as well
.woocommerce-tabs a { text-decoration: underline !important; }
Best regards,
YigitJune 23, 2020 at 12:59 pm #1224846This reply has been marked as private.June 23, 2020 at 4:59 pm #1224919Hi,
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,
YigitJune 23, 2020 at 6:48 pm #1224931Great, 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
June 24, 2020 at 6:43 am #1225036Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonJune 24, 2020 at 2:40 pm #1225229That´s it for this topic.
June 24, 2020 at 8:14 pm #1225335Hi ramonolivencia,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
Victoria -
AuthorPosts
- The topic ‘How to underline links within accordions and Products’ is closed to new replies.