Home Forums WoodMart support forum Mobile nav search Form to dark

Mobile nav search Form to dark

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

    Lisawi
    Participant

    Hi, in my mobile Navigation the search Form is not really visible.
    How can I Make it bright White?

    Greetings Lisa

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

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under THeme Settings >> Custom CSS.

    .wp-block-search:not(.wp-block-search__button-inside) .wp-block-search__input {
        color: white;
    }

    Best Regards

    #339626

    Lisawi
    Participant

    Hi,
    unfortunately it hasn’t changed.

    See atteched pic.

    Greetings,
    LIsa

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

    Hello,

    Please replace the previous Custom CSS with the following then check back.

    label.wp-block-search__label {
    color: white;
    margin-bottom: 10px;
    }

    .wp-block-search:not(.wp-block-search__button-inside) .wp-block-search__input {
    color: white;
    border-color: white;
    }

    .wp-block-search .wp-block-search__button {
    background-color: green;
    }

    Best Regards

    #339659

    Lisawi
    Participant

    Hi,

    perfekt. One more questionn regarding the search foam. If I try to search for exaple ‘Frauen’ nothing appears. Just a gerneral text… what do I have to do to generate the search results?

    And where can I adjust the header

    Greetings,Lisa

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

    Hello,

    You are Most Welcome.

    Sorry but there is noption in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Best Regards

    #339703

    Lisawi
    Participant

    Ok. And where can I adjust the header of the search result page?

    Greetings,
    Lisa

    #339720

    Hello,

    You can try setting different headers for the search result page using our Preset option.

    You can read our detailed documentation for help:
    https://xtemos.com/docs/woodmart/theme-settings-presets/

    Best Regards

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