Setting header items and menu - by Cr3atorf1lm

This topic has 2 replies, 2 voices, and was last updated 8 years ago ago by Jack Richardson

  • Avatar: Cr3atorf1lm
    Cr3atorf1lm
    Participant
    March 13, 2016 at 13:53

    Hi there,
    I need
    -to set the color for the text in header for
    newsletter, my account, logout and the text “cart”
    -delete the kanguages and the currencies
    -set the menu background, that appears once you scroll down a page, to black

    thanx in advance for your help

    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 14, 2016 at 09:09

    Hello,

    1. Please add this code in Theme Options > Custom CSS > Global Custom CSS:

    .header-type-10 .navbar-header .top-links ul li a, .shop-text {
       color: white !important;
    }

    2. Add empty Text widget in Appearance > Widgets > Left Side top bar area.

    3. Add this code in Global Custom CSS:

    .fixed-header-area {
        background-color: black;
    }
    .fixed-header-area .menu > li > a {
      color: white !important;
    }

    Best regards,
    Jack Richardson.

  • Viewing 2 results - 1 through 2 (of 2 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.