Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1124394

    Hey,

    What code shall I add if I want to add to increase the size of the text and social media icons in the socket area?

    https://www.malagaboutiquehotels.com/

    Thanks
    Charlotte

    #1124431

    Hey Charlotte,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #socket .social_bookmarks li a {
    width: 50px!important; 
    line-height: 50px!important; 
    min-height: 50px!important; 
    font-size: 30px;
    }
    
    #socket .social_bookmarks li {
    height: 50px!important; 
    width: 50px!important; 
    }
    
    #socket .social_bookmarks {
        height: 60px!important;
    }
    #socket span.copyright {
    	font-size: 20px !important;
    }

    Please adjust to suit.

    Best regards,
    Mike

    #1124482

    Thanks :)

    #1124529

    Hi,
    Glad to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Socket size’ is closed to new replies.