Hi,
Please see screenshot, Can you guide me how to change the “category box” to light blue colour?
screenshot: http://www.sansan-bizconnect.com.sg/wp-content/uploads/2016/01/Screen-Shot-2016-01-29-at-5.54.52-pm.jpg
Hello
Please try the code below and you can change the color.
.td-post-category {
background-color:blue;
}
The result -> http://screencast.com/t/EKZJMdsMc
Thanks.
Hi,
What about those links? The code provided by Catalin works for them also. Simply add it in the theme panel and ALL category tags will become blue.
http://screencast.com/t/JHooBnhR
Thank you!
Hi
I need the “category boxes” of http://www.sansan-bizconnect.com.sg/category/expand/
to be light blue
http://www.sansan-bizconnect.com.sg/category/explore/
to be black
http://www.sansan-bizconnect.com.sg/category/excel/
to be blue
How can i make it happen urgently? Thanks!!
Hi,
You can target specific category pages using the category id.
expand:
.category-43 .td-post-category{
background-color:lightblue!important;
}
explore is already black.
excel:
.category-44 .td-post-category{
background-color:blue!important;
}
I hope this helps.
Thanks.
I got it fixed. thanks for being so helpful! 🙂
Can you make the titles on each category page this desired colour codes
Explore: #59b1ff
Expand: #214572
Excel: #666666
Link:
http://www.sansan-bizconnect.com.sg/category/explore/
http://www.sansan-bizconnect.com.sg/category/expand/
http://www.sansan-bizconnect.com.sg/category/excel/
thanks!!