Can you provide me the css?
Need to change it on desktop size.
:)
Hey limedrop,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.iconbox .iconbox_content .iconbox_content_title {
font-size: 24px;
}
#top .iconbox_content_container {
font-size: 18px;
}
Best regards,
Yigit
No that did not work, maybe not ccs for the right element? The Icon box?
Look where I ant it – in the green section.
Hi,
Please go to Enfold theme options > Performance and temporarily disable CSS file merging and compression and Delete old CSS and JS files if you are not using a cache plugin. If you are using a cache plugin, please flush cache. If neither helps, please post WP admin logins here privately so we can look into it :)
Best regards,
Yigit
Hi,
I added following code to Quick CSS in Enfold theme options > General Styling and it worked
#top #wrap_all .iconbox .iconbox_content .iconbox_content_title {
font-size: 20px;
}
#top .iconbox_content_container {
font-size: 18px;
}
Please review your website
Best regards,
Yigit
Thank u for your help and quick response! :)