Change font color in name of product in search
-
Hello! How can I change the font color in the search – when the products from the search appear, the font is white and it is not visible, I need to replace it with another color, for example red.
Attachments:
You must be
logged in to view attached files.
Hello,
Please disable the plugin blocking the right-click inspection.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.global-search-full-screen.basel-search-opened .autocomplete-suggestions .suggestion-title {
color: #555555!important;
}
.global-search-full-screen.basel-search-opened .autocomplete-suggestions .suggestion-sku {
color: #555555!important;
}
.global-search-full-screen.basel-search-opened .autocomplete-suggestions .suggestion-price .amount {
color: #555555!important;
padding-top:10px;
}
Best Regards
Hello, now OK in desktop version but don’t work in mobil version.
Best Regards
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .mobile-nav .autocomplete-suggestions .suggestion-title {
color: #555555;
}
body .mobile-nav .autocomplete-suggestions .amount,
body .mobile-nav .autocomplete-suggestions .suggestion-sku {
color: #555555;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Change font color in name of product in search’ is closed to new replies.