Hi, I have tried everything to remove the horizontal line that runs through the logo on the page. I would also like to remove the vertical lines between the social icons.
The header CSS I am using is
/* Header and Top Menus */
.logo {margin-top: -15px;}
#header_main {
z-index:10;
background-color: #EFEFF4;
border-top-style: none;
box-shadow: 0px 8px 12px rgba(100, 100, 100, 0.50);
}
#header_meta {background-color: #EFEFF4; }
Hey Denis!
Try adding this code to the Quick CSS:
#header_meta {
box-shadow: none !important;
}
#top #wrap_all .social_bookmarks li {
border: 0 !important;
}
Cheers!
Josue
Josue, Many thanks, some things are hard to find :)
You are welcome, always glad to help :)
Regards,
Josue