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
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!
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!
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!
Please login or Register to submit your answer