Social Media Icons issues in Footer

Home Forums Jevelin Theme Social Media Icons issues in Footer

Home Forums Jevelin Theme Social Media Icons issues in Footer

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • WendyM
    Participant

    Hi –

     

    See my page https://wicked-web.co.za/grandi/

     

    The icons used for FB and LI are white and you cant see them. How do I change this to something suited to the black bg?

     

    Also I would like the widget for the social media to be underneath the contact us info so not in a column of its own like it is now.

     

    Many thanks

     

    mariok
    Participant

    Hello,

     

    just open the customizer and change it via the CCS. Just insert the code and set your color.

     

    Color Circle

     

    .sh-social-widgets-item {

    background-color: #000;

    }

     

    Color Icon

     

    .sh-footer-widgets {

    color: #000;

    }

     

    Greetings

    Hi @WendyM,

     

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

     

    The icons used for FB and LI are white and you cant see them. How do I change this to something suited to the black bg?

    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

     

    .sh-footer .sh-footer-widgets i:not(.icon-link) {
        color: #000 !important;
    }

     

    Also I would like the widget for the social media to be underneath the contact us info so not in a column of its own like it is now.

    Then in the footer widgets area add dummy text widget in place of social media widget and move social media widget to the fourth place in the widget area.

     

    Best regards,
    Shufflehound team

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