This topic has 4 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp
Hi there,
I’m wondering where is the blog description icon (small red comment bubble) being coded from. I’m using the watches variant & header no.7 but just want to either remove that small icon like in your demo or replace it with something else but cannot find where to do this.
See images:
https://www.dropbox.com/s/ehspisnbd6v39s7/Screen%20Shot%202015-09-10%20at%2015.31.18.png?dl=0
https://www.dropbox.com/s/mrej05rca3n2zzi/Screen%20Shot%202015-09-10%20at%2015.32.04.png?dl=0
Many thanks
Hello,
That icon is loading with code below:
.header-type-7 .header .tbs span:before {
content: "";
width: 27px;
height: 21px;
position: absolute;
top: -10px;
left: 10px;
background: #ffffff url(images/sprite/icons.png) no-repeat -170px -78px;
}
To remove it add this code in Global Custom CSS:
.header-type-7 .header .tbs span:before {
content: none;
}
Best regards,
Jack Richardson.
Awesome, thanks Jack, will try that!
Cheers 🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up