Home Forums Basel support forum Change font color in name of product in search

Change font color in name of product in search

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #152995

    zdeniss
    Participant

    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.
    #153015

    Hello,

    Please disable the plugin blocking the right-click inspection.

    Best Regards

    #153036

    zdeniss
    Participant

    please check now…

    #153094

    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

    #154009

    zdeniss
    Participant

    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.
    #154024

    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

    #154028

    zdeniss
    Participant

    Many thanks!

    #154066

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: , , ,

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Change font color in name of product in search’ is closed to new replies.