Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #981029

    Hi, as you can see here a line is missing between the social icons – https://screencast.com/t/97NvapkT4uF – how can I add it back?

    Thanks

    #981059

    Hey DROR,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    
    #top #header .social_bookmarks li:last-child {
        border-right-width: 1px;
    }
    
    

    Best regards,
    Yigit

    #981189

    Didn’t work…

    #981190

    Hi,

    Have you tried flushing cache in your plugins to see if that helps?
    If it does not, please post your custom CSS code here using – https://pastebin.com/
    You can check for possible CSS errors using – http://csslint.net/ as well

    Regards,
    Yigit

    #981197

    CSS added below. I did purge the cache.

    #981263

    Hi,

    Please try adding !important rule as following

    #top #header .social_bookmarks li:last-child {
        border-right-width: 1px !important;
    }

    Cheers!
    Yigit

    #981290

    Still doesn’t work… Is the code OK? no errors?

    #981641

    Hi,

    Yes, code is okay. Could you please post WP admin logins here privately?

    Best regards,
    Yigit

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