Home Forums WoodMart support forum How I can make the social buttons in footer bigger.

How I can make the social buttons in footer bigger.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #123253

    [email protected]
    Participant

    Hi, i want to know how I can make the social buttons bigger.

    here is a photo of the buttons I want to make bigger.

    I tried this

    .social-icons li i {
    font-size: 40px;
    }

    but is not working.

    thanks

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .min-footer .woodmart-social-icon i{
    	font-size:30px;
    }

    Best Regards

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