Viewing 6 reply threads
You must be logged in to reply to this topic.
Hi
The small search feature icon in the header is very discrete.
Can we change the disk colour to Red and the icon to White or something similar to make it stand out more?
Many thanks
Euan
Hello,
Sorry for the late reply.
Yes, sure you can do that. Just add this css into your Custom Css menu:
.extra_tools_wrapper.style-small .tool {
background-color: red !important;
border-radius: 50% !important;
}
.extra_tools_wrapper.style-small .tool > a:hover {
background: red !important;
}
.extra_tools_wrapper .tool i {
color: #f9fafb !important;
}
Best regards!
Hello Mihaila
Thanks, this has turned the disk red and the search-glass white but it appears to have altered the format once it slides open?
Thanks
Euan
Hello,
I added this css too:
.search.tool.search-style-.expand {
background-color: #cd171900 !important;
border-radius: 0% !important;
}
Please check. It’s ok now.
Best regards!
Hi Mihaila
Yes, that is great.
How can we make the text Search Gifts red and also the search glass when the slider is open?
Many thanks
Euan
Hello,
Yes, you can do all these changes and more using custom css. But this is a personal customization not included in support. Please read more on our support policy here:
https://support.codeless.co/?page_id=4207
Thank you!
You must be logged in to reply to this topic.