Font Colours & Cart Icon - by luxecreative

This topic has 8 replies, 3 voices, and was last updated 5 years, 2 months ago ago by John Holden

  • Avatar: rpalach
    luxecreative
    Participant
    January 7, 2019 at 04:45

    Hello, can you please help with changing the following stylistic sections? The white and grey fonts are not visible. Also I cannot see the cart icon in the header.

    https://imgur.com/a/rSZSLkq

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 8, 2019 at 10:07

    Hello,

    1) Please add this code in Theme Options > Custom css:

    .quantity input[type="number"] {
         color: #222222;
    }

    2) Theme Options > Header > Header layout > Cart widget position.
    If you want to have the cart in Top bar, it needs to be enabled in Theme Options > Header > Top bar.

    Regards

    Avatar: rpalach
    luxecreative
    Participant
    January 8, 2019 at 20:17

    Hi Rose, thank you for your reply. Changes made however;

    1) The CSS custom code fixed only the ‘quantity input’ but not the other issues (I had provided 2 other screenshots in my last post).
    I also noticed the product options dropdown menu is white and not visible. In addition to the ‘cookies’ pop-up.

    2) It was already enabled but is still not showing?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2019 at 08:40

    Hello,

    1) Please change the previous code to:

    .quantity input[type="number"],
    .login-link label, .login-link form p,
    .shop_table .variation, .shop_table .amount {
         color: #222222;
    }

    The color of this text http://prntscr.com/m4rw50 can be changed here – http://prntscr.com/m4rwc2
    2) You enabled cart in Top bar http://prntscr.com/m4ryc1 but the bar is disabled – http://prntscr.com/m4ryhl so you need to change Cart widget position to Header or enable Top bar.

    Regards

    Avatar: rpalach
    luxecreative
    Participant
    February 5, 2019 at 18:08

    Hi Rose,

    Regarding “The color of this text http://prntscr.com/m4rw50 can be changed here – http://prntscr.com/m4rwc2

    I checked but it is still not working. Maybe it is being overridden somehow?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2019 at 08:47

    Hello,

    You are right. Please open style.css file of your child theme, and delete #cookie-notice #cn-notice-text, from here – https://prnt.sc/mh9tve
    It will take color: #888888; To change this color, please use code like this:

    #cookie-notice #cn-notice-text {
        color:  black;
    }

    Regards

    Avatar: rpalach
    luxecreative
    Participant
    February 11, 2019 at 19:18

    Hi Rose,

    It worked thank you. I am still facing these issues however:
    https://imgur.com/a/LBlmNL4

    The text is white in these areas so it makes it appear bank.

    Avatar: John Holden
    John Holden
    Support staff
    February 12, 2019 at 04:35

    Hi,

    Please try below code

    1. Login & Country

    .login-link label,
    .select2-results__options li{
        color: #888;
    }

    2. Size

    – It seems you fixed http://prntscr.com/mjuw9h

    Regards,

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.