Module recherche

Posted in: Newspaper
Post count: 8

Bonjour,
Après plusieurs recherches, je n’arrive pas à changer la couleur du bloc recherche (cf photo ci-dessous).
Le bouton bleu en rouge :

Ainsi que les résultats de recherche

Merci d’avance pour votre retour

Post count: 35449

Hi,

Is look that the code for background color on live search is not apply if the search is set on top bar, sorry! you can use a custom css to change the color
-> https://www.screencast.com/t/Qf0Y877qD
.td-header-wrap .td-drop-down-search.td-drop-down-search-open{
background-color: red;
}

The code need to be set in Theme panel>Custom code>Custom css

Hope this will help you!
Thanks.

Post count: 8

Merci beaucoup pour votre réactivité.
Avez-vous également une proposition pour le bouton bleue qui ne se change pas. Celui-ci est bien modifié dans le backoffice.

Post count: 35449

Hi,

For the search button you can try this custom css
https://www.screencast.com/t/8hInFaJZ
.td-header-wrap .td-drop-down-search .btn{
background-color: green;
color: yellow;
}
.td-header-wrap .td-drop-down-search .btn:hover {
background-color: pink;
color: black;
}

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.