Home Forums Basel support forum Primary color

Primary color

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

    beausophie
    Participant

    Hi there,

    I have some problems with the primary color.

    1. I want to have the wishlist count and the cart count in the background black. But when i change the color to black in the primary color settings then i have the following problem:

    2. I can’t read the text anymore on mobile phone at the sidebar and at the categories.
    See printscreen.

    I want to have the button at the wishlist and the card in black
    The text at categories on phone and the sidebar, should be white!

    How to change?
    I can’t fix it with CSS.

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

    Hello,

    Please provide your site admin access to the private area.

    I will provide custom CSS.

    Best Regards

    #236152

    beausophie
    Participant

    Hi there,

    Thank you for your quick response.

    #236285

    Hello,

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

    body .wishlist-info-widget .wishlist-count,
    body .basel-cart-design-2 > a .basel-cart-number{
    background-color:black;
    }
    body .basel-product-categories.responsive-cateogires li.current-cat > a{
    color:white;
    }

    Best Regards

    #239982

    beausophie
    Participant

    Hi there,

    I still have the next problem.
    When i open the categories menu on the mobile phone
    When i open one categorie, the one who is opened is black, but this should be white.

    Can you fix this?

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

    Hello,

    Please clear the cache and check again, I see it is white now.

    Best Regards

    #240122

    beausophie
    Participant

    Yes the main categorie is white, but when you click on the subcategory, then you see everything in black again. See the pictures.

    https://www.mupload.nl/img/sloehbr229j6o.jpg
    https://www.mupload.nl/img/ho71g2.jpg

    #240219

    Hello,

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

    body .basel-product-categories.responsive-cateogires li.current-cat-parent > a, 
    body .basel-product-categories.responsive-cateogires li.current-cat-ancestor > a{
    color:white;
    }

    Best Regards

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