Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1481586

    Hello!

    The following global setting via style.css and/or functions.php is required

    1) All links in the text should be underlined
    2) No underlining on the following elements and pages

      Footer page (page entered as footer)
      Pages with WooCommerce components: Category, product, shopping cart
      Menus
      Buttons
      Headlines (H1-H6)

    How can I implement this?

    Examples:
    https://www.pflanzenkuebel.eu/
    https://www.pflanzenkuebel.eu/shop/agb/
    https://www.pflanzenkuebel.eu/shop/pflanzkuebel/pflanzkuebel-27×35/

    Best regards, Christian

    #1481676

    Hey christian.wien,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #main a:where(:not(.wp-element-button,.avia-button)) {
      text-decoration: underline;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.