Category Colour boxes

Posted in: Newspaper
Post count: 76

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

link: http://www.sansan-bizconnect.com.sg/category/explore/

Post count: 23312

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.

Post count: 76
Post count: 22421

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!

Post count: 76

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!!

Post count: 22421

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.

Post count: 76

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!!

  • This reply was modified 10 years by joyceloh.
  • This reply was modified 10 years by joyceloh.
Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.