Home Forums WoodMart support forum Search page customization

Search page customization

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #453717

    teplospektr
    Participant

    How to change the background color and font size on the search page?

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

    Hello,

    You can change the title in the page settings: https://xtemos.com/docs-topic/options-for-pages/

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #454747

    teplospektr
    Participant

    There is no “edit page” icon on the search result page. How to change the background color?

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

    Hello,

    Sorry, the search page does not have this option, this is the Woocommerce functionality page, please provide the page URL, so that I could give you custom CSS.

    If you have any questions please feel free to contact us.

    Best Regards

    #455200

    teplospektr
    Participant

    you can search for any article on the site

    this link search result for article 65104314
    https://www.zapchastkotel.com.ua/?s=65104314&post_type=product

    change background color to rgb(245,102,0)

    #455352

    Hello,

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

    body.search-results .page-title-default {
        background-color: #1c61e7;
    }

    Please replace #1c61e7 with your color. If you need help with the image background, please provide image URL.

    Best Regards

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