Luis Torres
asked 10 years ago

Thank you for the response to my last question. I love the dark theme to DW Wall. But not really happy with the white top nav bar. Is there a way I can modify this through CSS?

3 Answers
DominicStaff
answered 10 years ago

Hi Luis,
If you want to change color of the top navbar in the DW Wall. Please add the following code to the style.css file

#header {
    background: #...;
}

#header #navigation a {
    color: #...!important;
}

Hope this helps!

 

Luis Torres
answered 10 years ago

It did thank you. Just if you could answer my last question about getting the theme to load more images upon loading the home page that would be great. Thanks for great support!

Wilfred
answered 10 years ago

Hi Luis,
We have answered your question “Loading more initial images” at the following link: http://designwall.com/question/loading-more-initial-images/.
Please try out and let me know the result.
Cheers!

Powered by DW Question & Answer Pro