Hi there,
I am using an icon box element and am having trouble finding where I can change the colour for the border. I’m currently in theme options -> general styling and have changed the border colour boxes but nothing seems to make it change colour.
If you can help that would be fantastic thanks!
Hey mrianforest!
It uses a box shadow. If you want to change it then you can use this CSS.
.iconbox_top .iconbox_content { box-shadow: rgba(0, 0, 0, 0.3) !important; }
The first three 0’s you can change to create an RGB color.
Cheers!
Elliott