Hi,
How to change colours in categories page?
Please check my website www.gds.or.id/id/?cat=93
The colour of the page is totally dirrefent with theme colour. Except header and footer.
And could i disable filter by authors and tags in categories page?
Thanks
Thanks
Comments
you set this background color under Theme options > Custom CSS & JS > Custom CSS section with the following css:
.blog:not(.single-post) #Content, .archive #Content { background-color: #2e3141; }Thanks for your response..
Could i disable filter by tags and authors? And how to change colors of the font? (Color of categories, tags and authors)
#Filters .filters_buttons li.tags, #Filters .filters_buttons li.authors { display: none !important; }#Filters .filters_buttons li a { color: #000 !important; }