Home Forums Basel support forum Configuration of the shop header

Configuration of the shop header

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #78025

    pierredemeudon
    Participant

    Hello,
    Hope you’re doing well.
    I am struggling to find how to configure my shop page. So, refering to attached image:

    1. How can I change the color of the black header color on top, and its font color (where are written the product categories, ie here All, Accessoires cheveux, etc)

    2. How do I withdraw the “price filter” on top? In case it’s native and can’t be withdrawn, where do you define the scale / thresholds, to that they are appropriate to what is effectively proposed in store?

    Kind regards

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

    Hello,

    Enter the shop page and find the option to change the background color and images (if necessary) http://prntscr.com/kwcobr

    In order to disable filters in the top, navigate to the Theme settings > Shop > Shop filters > set “Off”

    Best Regards

    #78053

    pierredemeudon
    Participant

    Hi,
    Elise,

    it’s 2nd time you answer me, and 2nd time when your answer is imprecise. I am a dummy, sorry, between WP menu, page builder, Theme menu … I am lost. so, please, Give the path to precise where it is precisely.

    I did not ask you how to disable filter, but how to withdraw the “price filter” in it?

    Kind regards

    #78055

    pierredemeudon
    Participant

    Just found the header instruction (thanks to the search in page from browser)
    It does not really work.

    Switch text to black is OK.

    Change background is not. It’s visible during 1/2 second, and vanishes / becomes white.

    Background is instable and changing per product category. See attached, it can become a background image on half of the site, and this image comes from the theme.

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

    Hello,

    Price filter is included into the Filter widget and can be removed with custom CSS:

    #BASEL_Widget_Price_Filter{
        display:none;
    }

    Add this code to the Theme Settings > Custom CSS

    You say, you are trying to set the background image (Pages > shop page > page settings > background) and it does not work, does it? Please provide your site admin access I shall check the settings.

    Best Regards

    #78168

    pierredemeudon
    Participant

    Hello Elise,

    1. The custom CSS to withdraw price filter works. Thank you.
    If I want to restore it, how can I change the price scale?

    2. Header color change
    – you wrote me “Enter the shop page and find the option to change the background color and images (if necessary) http://prntscr.com/kwcobr”. I don’t know where is the shop page you mention.
    – So, I changed the “Pages heading background” in the theme menu. Switching white to #9e2125.
    – if you go to address below, the header has this right color + black font
    https://polinacouture.com/boutique/
    – if you to address below (a category within shop), the header gets white
    https://polinacouture.com/categorie-produit/accessoire-cheveux/
    – if you go to this other one, there is a blurred image on the image (not from me, so, I suppose from the theme)
    – when I am on “https://polinacouture.com/boutique/”, the wpbakery is not accessible on the black menu, on top.

    Hoping this clarifies

    #78170

    pierredemeudon
    Participant

    sorry, the blurred image on the right of the header is here, on another category

    https://polinacouture.com/categorie-produit/trousse-sac-etui/

    #78207

    Hello,

    1. If you want to restore the price filter you cand delete this code: http://prntscr.com/kwnxp6

    2. Navigate to Pages > boutique > edit page > find this option as soon as you set image, background color, text color it will apply to the shop page and all the categories pages.

    Best Regards

    #78215

    pierredemeudon
    Participant

    How do you change the scale of the price filter?

    #78222

    pierredemeudon
    Participant

    In addition to question on price filter above:

    Changed the background color of the header in pages / edit (via wpbakery).

    Same result as before: on boutique, it’s OK
    https://polinacouture.com/boutique/

    On this boutique category view, it’s not OK
    https://polinacouture.com/categorie-produit/trousse-sac-etui/

    Looks like the config of boutique page is not replicated on product category pages

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

    pierredemeudon
    Participant

    I found how to do, to have red in all headings (it was linked with “Image for category heading”, ie in the settings for each category).

    Question remaining: How do you change the scale of the price filter?

    #78269

    Hello,

    What do you mean “scale filter”? Do you mean this: https://gyazo.com/1918247168d07704e2401a176f877f14 ?

    In order to get the same background color on a product page, please add this code:

    .single-breadcrumbs-wrapper {
        background: #9e2125;
    }
    .woocommerce-breadcrumb a, .yoast-breadcrumb a {
        color: #ffffff;
    }
    .woocommerce-breadcrumb span{
        color: #ffffff;
    }

    Best Regards

    #78277

    pierredemeudon
    Participant

    By scale, I mean the thresholds / levels; sorry.
    In example attached, though in GBP, from 0 to 150, 150 to 300, etc
    Where do you determine the number of levels? how do you change each number / level
    Eg how can I transform this 4 levels scale (0 / 150 /300 / 450) into 5 levels which have different increments (for instance 0 / 20 / 50 / 100 / 250)

    Kind regards

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

    Hello,

    This scale is generated automatically basing on the price rank. There is no option to edit it.

    Best Regards

    #78344

    pierredemeudon
    Participant

    OK, thank you.
    Means that this scale was impacted by the products from your original theme, which I still did not erase.
    Very clear, thank you, topic closed for me
    Thank you very much,

    #78349

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

    Best Regards

Tagged: 

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

The topic ‘Configuration of the shop header’ is closed to new replies.