Change Colour of Category Title

Posted in: Newspaper
Post count: 28

colour

Hello,

#1 Where can i change the colour of the category title in the theme panel, i can’t found any option to change it there 🙁

#2 Where can i change the font-style / font-type of the message : No Article available

Thanks!

Post count: 28
Post count: 6600

Hi,

You can do it via css, like this: http://screencast.com/t/vvv2C0GUYu

.category .td-page-title span {
color: red
}

.category .no-results h2 {
font-family: Sacramento;
font-weight: bold;
}

Thanks

Post count: 28

Ok, thanks that works 🙂
But it would be nicer if i could do this in the themepanel, maybe an the future?

Post count: 6600

We will consider this! Thanks for the suggestion!

  • This reply was modified 11 years by Lucian.
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.