Sjoerd Koolen
asked 7 years ago

Hey hey! My header is different all of the sudden when I go to a page of a certain category or tag
Sreenshot http://prntscr.com/e0c0g2
( http://www.growgogo.com/questions/category/scenarios/ )
whereas.. header should be like
screenshot http://prntscr.com/e0c0mo

Vraag en antwoord


Please help 🙂
 
 

5 Answers
Sjoerd Koolen
answered 7 years ago

Hmmm the easier explanation would be that the correct presented pages I use the [dwqa something] codes to get dwqa in the right template. But the standard pages by dwqa are presented in the wrong template..

Sjoerd Koolen
answered 7 years ago

Anybody?

DominicStaff
answered 7 years ago

Please accept my apology for the delay in getting back to you. If you want to resolve this issue, you can add the following code to the style.css file:

#title.light h1 {
 color: #fff;
}
 .elegant .pusher #title {
 background: url(http://www.growgogo.com/wp-content/themes/wplms/assets/images/title_bg.jpg) !important;
}
.breadcrumbs li a {
 color: #fff;
}
.breadcrumbs li.current span {
 color: #fff;
}
Sjoerd Koolen
answered 7 years ago

I really appreciate this!!!!!!!!!!!

Sjoerd Koolen
answered 7 years ago

Oh one small thing.. The ‘/’ did not go white.. How do I do that?
 
http://prntscr.com/e2a9z5

DominicStaff
answered 7 years ago

You can add the following code to the style.css file: 

.breadcrumbs li+li:before { color: #fff; }
Powered by DW Question & Answer Pro