Separator for social media icons

Home Forums Jevelin Theme Separator for social media icons

Home Forums Jevelin Theme Separator for social media icons

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • Cakelab
    Participant

    Hi again,

     

    is there by any chance a CSS command to fix the social media icons separators in the footer as seen in the picture?

    Attachments:
    You must be logged in to view attached files.

    Hi @Cakelab,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me your site URL where it’s displaying so that I can help you?

     

    Best regards,
    Shufflehound team

    Cakelab
    Participant

    Yeah, it’s:

     

    http://cake-lab.org/

    I visited your shared site but didn’t see any social icons in the footer as shown in the attached screenshot.

     

    Please advise.

    Attachments:
    You must be logged in to view attached files.

    Cakelab
    Participant

    Sorry, try now please.. they appear now

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-footer .sh-copyrights-social a:last-child {
        border-right: 0;
    }
    
    #page-container .sh-footer .sh-copyrights-social a:first-child {
        border-right: 1px solid rgba(255,255,255,0.15);
    }

    Cakelab
    Participant

    Thanks, you’re awesome!

    You are most welcome here šŸ™‚

Viewing 8 posts - 1 through 8 (of 8 total)