Hey
I like to make the background of the iconbox opacity. Only the background, not the title or content of the iconbox.
Is this posible?
This works, but also the title and content is opacity…
.iconbox{
opacity:0.4;
}
Thank you
Daniel
Hey Daniel,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .iconbox .iconbox_icon {
background: rgba(0,14,105,.55)!important;
}
Best regards,
Vinay
Hey Vinay
Thank you! I have changed to:
#top .iconbox .iconbox_content {
background: rgba(0,14,105,.55)!important;
}
now its perfect :-)
Have a nice day and
best regards
Daniel