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

    Hi,
    I have tried a lot of different Quick Css to remove the underline in my links. Nothing worked and I don’t know why…
    Can you please help me?
    Best regards,
    Eve

    #1396947

    Hi Eve,

    The issue is related to WordPress 6.1. You can update Enfold to the latest version to fix the issue or add the following code to the bottom of Quick CSS field in Enfold theme options > General Styling

    
    /* To fix underlined links */
    a:where(:not(.wp-element-button)) {
      text-decoration: none;
    }
    
    /* To fix increased margin in Masonry */ 
    figure {
      margin: 0;
    }
    

    Cheers!
    Yigit

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