This topic has 2 replies, 2 voices, and was last updated 7 years, 12 months ago ago by Rose Tyler
I’d like to add some text like “Start your product search” next to the search icon in the header. Is this possible?
Hello,
Try to add this code in Global Custom CSS:
header .et-search-trigger.search-dropdown:before {
content: "Start your product search";
position: absolute;
width: 200px;
right: 0;
top: 50%;
}
and this in Custom CSS for landscape and mobile
header .et-search-trigger.search-dropdown:before {
display: none;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up