This topic has 4 replies, 3 voices, and was last updated 9 years ago ago by Eva Kemp
Hey,
I have been trying extremely hard to figure out how to do a few things with this theme.
In the following picture I have color coated the circles and I will mention what I would like to do.
http://puu.sh/lonRL/e152637953.png
In the red circle, how do I remove those completely off the header?
In blue, how do I change the search button to a darker color like the WooWatches preset template.
Thanks
Hello,
Please add the following code in Theme Options->Custom CSS->Global Custom CSS.
1)
.header-type-7 .header .tbs span,
.languages-area{
display:none;
}
2) To change color of the search icon use this code
.et-search-trigger .fa-search {
background: #404040;
}
Regards,
Robert Hall.
Thanks!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Queston regarding Headers’' has been successfully resolved, and the topic is now closed for further responses