Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1433608
Custom CSS for categories
Closed

Comments

  • Cornelia started the conversation

    Hello,

    thanks for your help so far. 

    Is it possible to set category IDs? where can we do this? is there a certain code for?

    We have two categories which we would like to give different colors (buttons, quotes, etc.). 

    We would also like to give them colorful frames on our main page (where we set a masonry grid). Is it possible via Grid Builder? 

    Kind regards from Austria!

  •  2,699
    PenciDesign replied

    Hi,

    Unfortunately, currently this theme doesn't support this feature. To make that custom css, it's too much. So we don't provide support for requirements like this.

    Best Regards,

    PenciDesign

  • Cornelia replied

    Okay, so what is possible with the custom css? To set IDs?

  •  2,699
    PenciDesign replied

    Hi,

    You can make custom css like this:

    body.category-35 your-element {
    /* CSS code goes here */
    }
    body.category-47 your-element {
    /* CSS code goes here */
    }

    With number 35, 47 is your category IDs

    Best Regards,

    PenciDesign

  • Cornelia replied

    Okay, I see. So I think it can work. But where can I give the categories the numbers? 

  •  2,699
    PenciDesign replied

    Hi,


    You can check this guide to know how to find category ID of a category.

    Best Regards,

    PenciDesign