Hi, how can I make the icons smaller only on mobile and only on this specific page?
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
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.
Hi,
Please change the font size value to 50px in the code Rikard gave you earlier.
Best regards,
Vinay
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.
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