Dear sir
Is it possible to have a one-pixel frame around the “Icon Box” with the same color as the icon at the top of the frame?
The background of the box is a bit darker than the background of the page, but it would more visible if a frame could be shown too. Any Quick CSS code?
http://www.kitm.se/sv/kapitel8/
Thanks
Hey abedia,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .avia-font-entypo-fontello {
border: 1px solid #3e444424;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello
I tried both suggestions but I don’t see any changes and the Icon Boxes are still without frames:
Any other suggestion? Thanks!
Hi,
Please try this instead:
#top .avia-font-entypo-fontello {
border: 1px solid red;
}
Replace red with the colour of your choice.
Best regards,
Rikard
Hi
I tried this both in Quick CSS and in custom.css. I see no changes.
Regards
Abedia