Hi there,
I have three iconboxes on my homepage with the icon position in the top. The boxes are displayed by default as a rectangle with a light grey border. I am not able to change the border color from the theme styling options.
I tried adding the following code to the quick css but nothing happens. Please let me know what I can do to change the border color.
.iconbox {
border-color: #FF00B3 !important;
}
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.iconbox_top .iconbox_icon { border: solid 1px #FF00B3!important; }
Cheers!
Yigit
Hi Yigit, the code modifies the border of the icon, but I was looking for code to modify the border of the rectangle. See the original post. Thanks.