• penuel00

    (@penuel00)


    im working on a website and i need to make the header(menu and logo bar) black and the menu text white,been working around it but not getting it,

    can you please help.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    [Moved to Fixing WordPress… This is not a development topic.]

    header.top_panel.top_panel_default.without_bg_image.scheme_default {
        background: #000;
        color: #fff;
    }
    .scheme_default .sc_layouts_row_type_normal .sc_layouts_item a, .scheme_default.sc_layouts_row_type_normal .sc_layouts_item a {
        color: #fff;
    }
    .scheme_default .sc_layouts_row_fixed_on {
        background-color: #000;
    }

    To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter penuel00

    (@penuel00)

    thanks so much this has worked..

    is there a way to also make the bar at the top black with its content white?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    .scheme_default .top_header_wrap {
        background-color: #000;
        color: #fff;
    }

    If you have additional questions, please contact the developers of your theme.

    Thread Starter penuel00

    (@penuel00)

    and dark footer too pls

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    The proof is left to the student.

    If you have additional questions, please contact the developers of your theme.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter penuel00

    (@penuel00)

    thanks alot for your help

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘dark header bar’ is closed to new replies.