Ahoy,
How do I make the icons bigger for only this section in my website? I know I need to add a class to the section but am not sure what code to put there to make these icons bigger. There are other icons on this and other pages which I do not want bigger.
Please Advise
Hey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
font-size: 50px;
}
You will need to add the section class to the code and replace the #top to target only that section’s icon.
Best regards,
Jordan
Perfect, Thanks!