• Resolved zsuleiman

    (@zsuleiman)


    I tried everything from Apperance > Theme Options but not sure I am in the right spot!

    I am trying to change my color from white to black on the header that shows “Your Cart”

Viewing 7 replies - 1 through 7 (of 7 total)
  • Header font color or background color? Please post the url to the page.

    hannah

    (@hannahritner)

    Hey zsuleiman, are you referring to the topbar menu? I can only guess without a link, but try adding this to your custom css box in theme options-

    .topbarmenu ul li a {
    color: #000;
    }

    Hannah

    Thread Starter zsuleiman

    (@zsuleiman)

    The link is : https://www.coffeebastioni.com but unfortunately it did not work. The search font is still in white.

    hannah

    (@hannahritner)

    I don’t see anything anywhere on that page that says “Your Cart” ??

    Thread Starter zsuleiman

    (@zsuleiman)

    I activated the cart and its black, but I also wanted the search to be black.

    Are you a pro at this stuff? Do you do this for a living?

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Search is a bit more tricky, but here you go:

    #topbar-search input[type="text"], #topbar-search #searchsubmit{color: #000;}
    #topbar-search .form-search ::-webkit-input-placeholder {color: #000;}
    #topbar-search .form-search :-moz-placeholder{color: #000;}
    #topbar-search .form-search ::-moz-placeholder{color: #000;}
    #topbar-search .form-search :-ms-input-placeholder {color: #000;}

    Kadence Themes

    Thread Starter zsuleiman

    (@zsuleiman)

    Thanks a lot!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change font color for header "Your Cart"’ is closed to new replies.