Jump to content

Recommended Posts

Posted

This can be done by looking for the category ID you want that gold color on.

 

Example: To find your Category ID - Right click on the category header your wanting to change color of and click inspect element,

You will see this 7547220af842a38a7e36616b9fe77f27.png, whilst on this you can see your category ID's find the one your wanting to change color of and then go in your,

ACP > Look & Feel > Your Skin > CSS, create a new CSS and insert this,

 

#category_ID .maintitle a {
color: gold;
}
In the bit of CSS above you can see category_ID, well where it says ID change that to the category ID your wanting the GOLD color on.

In the above CSS this will change the title color gold not the actual background of the main title, but if your wanting to change the background use the one below,

 

#category_ID .maintitle a {
background: gold;
}
||||||||||||||||||||||||||||||||||||
Vezi dacă este ceea ce cauți
  • gaby changed the title to Cum setez background pe categorie in IPB?
Posted (edited)

Copiezi adresa imaginii care o doreşti în Descriptionul secţiunii / categoriei.

Edited by Evo190

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.