This topic has 6 replies, 3 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
I found the short code that put the sharing icons in the header and removed the short code. The icons went away but I am still left with a dotted line and what appears to be a chat icon. How can I remove that?
Jon
If you are mentioning this : http://prntscr.com/g3q94u add following code in,
theme options >> custom css >> global custom css
.tbs.blog-description span { display: none; }
Yes, that is the icon. I tried ading that css but the icon is still there.
Just added a password to the site: see private content
Hi, I need to get these issues solved ASAP. Any time to have a look?
Hello,
Sorry for the delay.
Please use this code:
.header .tbs span {
border: none !important;
}
.header .tbs span:before {
background: transparent !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up