category color

Posted in: Newsmag
Post count: 40

https://natuurlijkhosting.nl/category.jpg

Hello,

Check my screenshot above – I can not seem to get the CSS code right to change the category background pink – it is now black (on mouse over does work, but the regular view not) – can you help with the right code?

And a big thumbs up for your theme – it is amazing!

Niels

Post count: 7909

Hi,

I guess that you want background color when you hover it: http://screencast.com/t/DJNBQDqDTR2

.category .td-subcategory-header .td-category a:hover{
background-color: pink;
}

If you refereed to the categories background when you don’t hover please use this css in Theme Panel > Custom Css: http://screencast.com/t/6voWJhAR

.category .td-subcategory-header .td-category a{
background-color: pink;
}

Thanks!

Post count: 40

You give me the code for:

– Background when I hover it
– Background when I do not hover it

But what I need is:

– Background when I not hover it BUT I am on that particular page.

As you can see in my screenshot I am on the page “bewust opvoeden” en that one has a black background – that is the one I want to fix…

Thanks!

Post count: 7909

Hi,

Please edit this file and change the background: http://screencast.com/t/aFkm9dQRTh
Result: http://screencast.com/t/m14qj9SJSF

Thanks!

Post count: 40

Works! Thanks a lot!

Post count: 40

This does not work anymore after the last update. Look like that file is not being used anymore? Can you tell me how I can fix it now? THANKS!

Niels

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newsmag’ is closed to new topics and replies.