Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #923957

    Hi, how can I make the icons smaller only on mobile?

    Thanks.

    #923962

    Seems like they are also very big on desktop now so I want to make them smaller across the board.

    #924497

    Hi,
    It looks like in your custom css or General Styling > Quick CSS field you have this code:

    #top .iconbox_icon, #top .iconbox_icon {
    	font-size: 100px !important; /* Icon size */
    	width: 74px !important; /* Container size */
    	height: 74px !important; /* Must be the exact same value as the width */
    }
    

    please adjust “font-size: 100px !important;” to a smaller number.

    Best regards,
    Mike

    #925106

    How can I make this relevant only for that specific iconlist only on that page? I gave the color section it’s in a CSS custom name of – studioicons

    Thanks.

    #925228

    Hi,
    Please add .studioicons to the code like this:

    #top .studioicons .iconbox_icon {
    	font-size: 100px !important; /* Icon size */
    	width: 74px !important; /* Container size */
    	height: 74px !important; /* Must be the exact same value as the width */
    }

    Best regards,
    Mike

    #925300

    Thanks Mike, that worked. How can I also align them as you can see in the screenshot?

    #925467

    Hi,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .studioicons .iconbox_icon {
        margin-top: 30px !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.