Header cart total color/ sign in text - by awdigital

This topic has 8 replies, 2 voices, and was last updated 5 years, 8 months ago ago by Rose Tyler

  • Avatar: awdigital
    awdigital
    Participant
    July 4, 2018 at 07:39

    HI,

    1. I have changed the header cart total color to black and it still appears in white and cannot be seen due to white background.

    2. The sign in text on the fixed header overlaps the cart total.

    Please see link in private info. Thanks.

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2018 at 12:27

    Hello,

    1. Looks like there is a bug with this cart icon. You can change the icon in Theme Options > General > Header Settings > Shopping cart icon or add this code in Theme Options > Styling > Custom css:

    .shopping-container.ico-design-1.ico-bg-yes .cart-bag, .shopping-container.ico-design-1.ico-bg-yes .cart-bag:before {
        border-color: #000000 !important;
    }
    .shopping-container.ico-design-1 .cart-bag {
        opacity: 1 !important;
    }

    Background you can disable in Theme Options > General > Header Settings > Icon with background.
    2.

    .fixed-header .my-account-link {
        margin-right: 20px !important;
    }

    Regards

    Avatar: awdigital
    awdigital
    Participant
    July 5, 2018 at 03:12

    2. the code to fix sign in link didn’t work. I have cleared cache and checked. Please advise.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 5, 2018 at 07:51

    Hello,

    Thanks for the reply.
    2. I do not see the problem – https://prnt.sc/k2qqrg
    Could you, please, provide me screenshot for better understanding?

    Regards

    Avatar: awdigital
    awdigital
    Participant
    July 10, 2018 at 01:04

    Please sign out and then view fixed header. You will see the text appearing in towlines and overlapping cartoon – https://prnt.sc/k4iw9v . Thanks.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 10, 2018 at 07:24

    Thanks for the screenshot.
    In this case, you can use this custom css code to remove sign intext from the fixed header:

    .fixed-header .navbar-header .login-link {
        display: none;
    }

    or change the text in Theme Options > General > Header Settings > http://prntscr.com/k4ll0s

    Regards

    Avatar: awdigital
    awdigital
    Participant
    July 11, 2018 at 06:34

    Also when clicking on the sign in or create account link on the header, the only form that appears is a login form. How do add the form to create an account?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2018 at 07:13

    First of all allow the registration. Navigate to Settings > General > Membership and mark Anyone can register. Then go to Woocommerce > Settings > Accounts > Customer registration > Enable customer registration on the “My account” page.

    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.