CATEGORY TEMPLATE where you add a header i want mine hide…right now i’m using style 6 but i reather don’t use any of them just remove them all from all my CATEGORY PAGES..hope this help you understand what i mean…
That css code not working my prev-next title not change color..
Omg it will not go away lol,i use ur code and it still there…
look at what i mean…
very nice,now it take effect thanks a lot Bogdan B.
one more thing some parts of my site still showing white background like for example if i use a “CATEGORY TOP POSTS STYLE” the back ground is white i want it match the rest of my site it also happens with “POST TEMPLATE 4” is there any way i can change that white color…
Sorry for the delay, we do not work in weekends.
Try this one out. (it worked for me: http://screencast.com/t/KhtWEODVR)
I set your background color to it:
.td-category-grid {
background-color:#000028!important
}
And for post template 4:
.td-post-template-4 .td-post-title{
background-color: #000028!important;
}
Thanks for all your help…i have one more issue and it’s the color of some fonts that have a gray and dark color that i need to change to white..
That’s the font color on the 404 page that say”Ooops… Error 404“it’s dark color and no one can see on my dark background..
The color for the the numbers under the category page i want the hover color to be in white and the text is black it’s showing a gray color also the text that saying “page 1 to 11 on the right” need that to be in white also..
Is there a way to change the black and gray color for all the site so i don’t have to ask this question again..
https://jahliveradio.com/?p=9999999 404 page
https://jahliveradio.com/2015-archives/ category page
-
This reply was modified 10 years by
Steven.
I think this will cover it:
1) 404 page:
.td-404-title{
color:white;
}
2) Category nav:
.page-nav a:hover{
color:black;
background-color:white;
}
.page-nav a{
color:white;
}
.page-nav span{
color:white;
}
If these are not the color you wanted, you can always change the code to your preference.
PS. if something will not work, you can add ‘!important’ at the end of the attribute value before the ‘;’.
Thank you!
