Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1355759

    Hi,
    could you help me by deleting the underline of the links from my news in the sidebar and in the socket area? That would be great. All the other links can have an underline.

    many greetings rixi

    #1355765

    Hey rixi,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top #main a.news-link {
        text-decoration: none;
    }
    #top #socket a {
        text-decoration: none;
    }
    #top #main .news-headline {
    	font-size: 20px;
    }

    Feel free to adjust the font size to suit.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1355766

    Hi Mike,
    perfecto :) Thanks a lot!

    Many greetings
    rixi

    #1355772

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to delete underline from links from News in sidebar’ is closed to new replies.