Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #941857

    Hi, how can I make the icons smaller only on mobile and only on this specific page?

    #941931

    Hey DROR,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .page-id-19291 .iconbox_icon:before {
    font-size:30px !important;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 6 years, 7 months ago by Rikard.
    #945440

    Hi Rikard, how can I make the top 3 icons on the page as big as they are on all other pages? When I made the lower part icons smaller it also made the top icons smaller.

    #946385

    Hi,

    Please change the font size value to 50px in the code Rikard gave you earlier.

    Best regards,
    Vinay

    #946515

    wouldn’t that effect all the icons on the page? I want to make only the top 3 icons bigger while the rest of the icons that show at the bottom of the page remain at their current smaller size.

    #947159

    Hi,

    Please enable custom CSS class name in Enfold > Layout Builder > Show element options for developers

    Give the container a unique class name and replace it with the page-id-class :)

    Best regards,
    Vinay

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