Home Forums WoodMart support forum Search results page

Search results page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #191458

    ecoliowp
    Participant

    Hello I am unable to remove the background color # 856C00 from the title of the search results page, despite the default page of my shop is configured correctly.
    I would like help to understand in the settings where I can eliminate this color # 856C00, because I can’t find it anywhere

    Attachments:
    You must be logged in to view attached files.
    #191500

    Hello,

    The search page inherits the settings configured for the shop page. There is no settings to change.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.search .page-title-default {
        background-color: red;
    	  background-image:none!important;
    }

    Set your color or image.

    Best Regards

    #191546

    ecoliowp
    Participant

    Thanks it works. But what if I want to have the background color white and the color of the black text?
    If I set white, I no longer read the text because it too is white

    #191547

    ecoliowp
    Participant

    I solved it by also inserting this code

    body.search .page-title.color-scheme-light .entry-title {
         color: # 2d2d2d! important;
    }

    I did well?

    #191572

    Hello,

    Here is the correct code for Categories and for product count:

    body .color-scheme-light .category-nav-link {
        color: red;
    }
    body .color-scheme-light .category-nav-link .category-products-count {
         color: red;
    }

    Best Regards

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