Hi there,
I’m having some issue in regards to my circular icon borders on http://staging.dwanedigital.co.uk/.
The icons have a class of icon1 and the CSS I have used for this (and the hover animation) is:
/* ICON1 */
.icon1 {
border: solid 2px #232323 !important;
transition: all 0.3s ease-in !important;
}
.icon1:hover {
border-color: #5197e6 !important;
background-color: #5197e6 !important;
color: #ffffff !important;
}
As you can see it also contains a border around the whole icon section too?
Here are my settings within the inspector for the icon
Any help with this would be great, i’m sure it’s something simple i’m missing!
Thanks
Ryan