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

    Hi,

    is there a way to change the size of the icons inside the iconbox element?

    Thanks!!

    #1048417

    Hey check-t,

    Yes, you can use Custom Css Classes and Quick CSS for that.
    Can you give us a link to the page? so we can check it further.

    Best regards,
    Nikko

    #1048439

    Sure! :) –> Private Content.

    #1048450

    Hi check-t,

    This is to change it globally, add this in Quick CSS (located in Enfold > General Styling):

    #top .iconbox_icon {
        font-size: 18px;
    }

    If you want it to be specific, go to Enfold > Layout Builder > check Show element options for developers
    Go back to the page, edit the icon box and you should see Custom CSS Classes (you can put any name) as an example I’ll use myclass as the value, then in Quick CSS, I’ll add:

    #top .myclass .iconbox_icon {
        font-size: 18px;
    }

    just change the font size value, on your site the default is 23px.

    Best regards,
    Nikko

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