Jump to content

Cum Schimb Culoarea Textului Din Categoriile Ipb?


Recommended Posts

Posted

Salut as dori sa-mi spuneti cum fac ca descrierea categorie user, titlul topicului, continutul, recent topic si recent topics sa apara cu alta culoare. Momentan arata asa:

 

5oEb9MR.png

 

eu as dori sa schimb culoarea. Multumesc!

Posted

tot in:

ipb_styless.css

al temei, ai expresiile:

a
{
    color: #222;
    text-decoration: none;
}
a:hover
{
    color: #111;
}

modifici codu` culorilor:

#222 si #111

, succes! :)

Posted

ipb_styless.css

Ia vezi linia:

/* AUTHOR INFO (& RELATED) STYLES */
 
.column_view .post_body{
}

adauga un background la expresia:

.column_view .post_body{
background: #1a1a1a;
}

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.