Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #49614
    Mogens
    Member

    Hi
    Suddenly my social media links shows up as bullets instead of icons.
    I would like them to return to icons.

    Site: mogensegeskovmadsen.com

    Any idears?

    #49633
    Sakin
    Keymaster

    @Mogens: Yes, I check in your site and see that you have customize the core css file style.css. You shouldn’t edit/add any files inside core theme directory ‘catch-evolution-pro’. If you need to edit or add any extra css then you can either add it in “Appearance => Theme Options => Custom CSS” box or build child theme and add it in your child theme style.css. For child theme read http://catchthemes.com/blog/create-child-theme-wordpress/

    So, please restore the original theme and then add customization as per the instruction. What is see in your cutomized style.css. There is missing closing bracket in

    #slider-wrap .featured-text .featured-text-wrap .slider-title {
        font-weight: bold;

    It should be as

    #slider-wrap .featured-text .featured-text-wrap .slider-title {
        font-weight: bold;
    }
    #49867
    Mogens
    Member

    Hi Sakin
    That solved it – THANKS 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Social Media links shows up as bullets instead of icons’ is closed to new replies.