Hello,
How can I make TITLE and CONTENT text transparent?
Thank you!
Hi,
Can you post the link to your website please?
Regards,
Josue
Here it is . Thank you!
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.iconbox_content {
background: transparent!important;
box-shadow: none!important;
}
Regards,
Yigit
Hi,
It made the icon box transparent.
I wanted to have the transparent text inside the box.
Thanks
Hi!
Please add following code to Quick CSS
.iconbox_content .iconbox_content_title, .iconbox_content_container * {
color: transparent!important;
}
Best regards,
Yigit
Thanks! It did what I inquired about.
I see now it becomes transparent to the color of the Icon Box. Is there a possibility to make it transparent all the way to color section ?