This topic has 6 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
Can Icons be mixed and matched between themes? I have the Royal theme, but like the cart, search and fav icons from the xStore themes.
Hello,
It is not possible by default, but please provide me link to your site and example of needed result and I will help you.
Regards
https://www.8theme.com/demo/xstore/ example of search icon
Hello,
Sorry, but these icons on xstore demo were created using a special font for this theme and can’t be recreated on site with royal theme.
But you may change Top cart icon > http://prntscr.com/gct3wa
Regards
I changed to shopping-cart, but the icon merely flashes and then changes back or overridden by the default shopping bag. Doesn’t stay.
Also, since these icons in the theme are adjustable, how do i change the font awesome icon for the Search? it’s currently a round circle with search icon, but i’d prefer just the gray search icon like the Xstore search icon.
Also, the search box on mobile has the text “Search” cut off or distorted. Where can i adjust the CSS or width of the search box to accommodate?
Nick
Hello,
1. I see only default cart icon. Could you please provide wp-admin access in Private Content?
2. You may use custom css code, for example:
.et-search-trigger .fa-search {
background-color: transparent;
color: grey;
font-size: 14px;
}
3.
@media only screen and (max-width: 992px){
.et-search-trigger.search-dropdown form .form-group.form-button .btn-black {
padding: 12px 15px !important;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up