changing social icon style

Home Forums Jevelin Theme changing social icon style

Home Forums Jevelin Theme changing social icon style

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • randallrbaker
    Participant

    good day, is there any other options for how the social icons can be displayed? the way they look now looks weird with the lines in between each icon.

    thank you,

    Randall Baker

    Hi Randall,

     

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

     

    Currently, there is no other option to change its style but you can customize 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

     

    .sh-footer .sh-copyrights-style3 .sh-table-cell {
        width: auto;
        float: right !important;
    }
    
    .sh-footer .sh-copyrights-style3 .sh-table-cell .sh-copyrights-social a {
        border: 0 !important;
        width: 48px;
    }

     

    Best regards,
    Shufflehound team

    randallrbaker
    Participant

    I went ahead applied the css, but nothing happened. basically I want all my social media icons to be in one row and to get rid of the dividing lines. in-between them. whie still keeping the responsiveness.

    reguards,

    Randall

    I don’t see the shared CSS code being used on your website.

     

    Where have you added it?

     

    Please make sure that you are using it so that I can troubleshoot why it is not working.

    randallrbaker
    Participant

    Good evening, I went ahead and added the css code so you can try to see what the issue is. I aldo went ahead and added a second account so you can try to log in and add the css yourself.

    thankyou,

    randall

    Your existing CSS code is incorrect and you have added my shared CSS code at the end of your existing CSS code therefore it is not working.

     

    Please try adding the shared CSS code before your existing CSS code.

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