dark header bar
-
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
-
This topic was modified 7 years, 8 months ago by
Steven Stern (sterndata).
The page I need help with: [log in to see the link]
-
This topic was modified 7 years, 8 months ago by
-
[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.ww.wp.xz.cn/CSS#Custom_CSS_in_WordPress
Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.
-
This reply was modified 7 years, 8 months ago by
Steven Stern (sterndata).
thanks so much this has worked..
is there a way to also make the bar at the top black with its content white?
.scheme_default .top_header_wrap { background-color: #000; color: #fff; }If you have additional questions, please contact the developers of your theme.
and dark footer too pls
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.
thanks alot for your help
-
This reply was modified 7 years, 8 months ago by
The topic ‘dark header bar’ is closed to new replies.