This topic has 4 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hello!
I’d like to edit this search button. I would like it is on the right together with shopping cart and appears like simple search icon without place for typing. Where can I edit header?
http://prntscr.com/k3brrv
Thank you!
Hello,
You can edit header structure file depending on header type that you use, in your case, it is xstore/headers/center.php. Do all the changes in child theme files.
If you need help with customization you may contact WPKraken team.
Regards
Thank you! Then how can I just change this view of search button https://prnt.sc/k3mkju
to this view https://prnt.sc/k3mkzl from another header type
In this case, you can use css code (add own code in Theme Options > Styling > Custom css or in style.css of child theme).
For example:
.header-search.act-default [role="searchform"] .btn {
background-color: transparent;
margin-right: 3px;
}
.header-search .fa:before {
color: #b1b1b1;
}
.header-search.act-default input[type="text"] {
border-color: #c1c1c1;
}
.header-search.act-default [role=searchform] .btn:hover {
background-color: transparent;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up