Hi!
I’m trying to remove the border around the iconbox, but there is no effect! I have changed the background color and need also to remove the border. This don’t work:
.iconbox_content {
background: #393939 !important;
color: #ffffff !important;
border: 5px solid #393939!important; ( I tried to set the same color as the background that I have in teh footer)
border: none;
}
Thanks!
Hey Effektid!
Please try following code instead
.iconbox_content { border: none !important; }
Regards,
Yigit
Thanks, but it’s still there! Any other suggestions?
Hey!
Can you post the link to your website and point out the iconbox you would like to edit please?
Regards,
Yigit
Hi!
Please add following code to Quick CSS
.iconbox_top .iconbox_content { box-shadow: none !important; }
Cheers!
Yigit