Using CSS code in header type 1 not function

This topic has 6 replies, 3 voices, and was last updated 10 years, 9 months ago ago by Robert Hall

  • Avatar: boedakpinank
    boedakpinank
    Participant
    March 12, 2015 at 09:54

    i am use header type 1, i want to set header background color to ffd600, here is my code :

    .header-type-1.slider-overlap .top-bar, .header-type-1.slider-overlap .header{
    background-color: #ffd600;
    }

    but nothing change, is it i am wrong? thanks

    Regards

    5 Answers
    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 10:28

    Hello,

    Please use this code in custom.css file:

    .main-header{
    background-color: #ffd600;
    }

    Regards,
    Robert Hall.

    Avatar: boedakpinank
    boedakpinank
    Participant
    March 12, 2015 at 11:17

    thank you, awesome, but how to change menu font color to be white colors? and how to change menu hover color to red, i am very hope this feature will be add in next update, change all this from theme option, thank you robert

    Regards

    Avatar: Eva
    Eva Kemp
    Participant
    March 12, 2015 at 13:20

    Hello,

    Please use this code in custom.css file:

    .menu > li > a {
        color: white !important; 
    }
    .menu > li > a: hover {
        color: red !important; 
    }

    Regards,
    Eva Kemp.

    Avatar: boedakpinank
    boedakpinank
    Participant
    March 12, 2015 at 13:32

    big thanks eva,

    regards

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 13:40

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

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

The issue related to '‘Using CSS code in header type 1 not function’' has been successfully resolved, and the topic is now closed for further responses

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