Jump to content

Recommended Posts

Posted

Salut , as dori sa stiu cum pot schimba culorile de la primary_navigation , eu am asa :

 

lm4Qgfq.png

 

Si as vrea sa schimb in acest negru : Vreau doar la bara accea mare nu si unde scrie FORUMS/MEMBERS

 

DVnQ0Rc.png

Posted

Care din ele ca am mai multe coduri :(

 

#primary_nav {
height: 46px;
  background: #1a1a1a;
  background-image: -webkit-linear-gradient(top, #464b4c, #3f4344);
  background-image: -moz-linear-gradient(top, #464b4c, #3f4344);
  background-image: -o-linear-gradient(top, #464b4c, #3f4344);
  background-image: linear-gradient(to bottom, #464b4c, #3f4344);
  border-bottom: 1px solid #000;
text-transform:uppercase;
font: 11px;
}

  • Moderators
Posted

Va trebui sa modifici doua culori, pentru ca este un gradient.

Deci modifica tot ce e:

background-image: -webkit-linear-gradient(top, #464b4c, #3f4344);
background-image: -moz-linear-gradient(top, #464b4c, #3f4344);
background-image: -o-linear-gradient(top, #464b4c, #3f4344);
background-image: linear-gradient(to bottom, #464b4c, #3f4344);

Daca nu sti cum sa modifici sau daca nu ai chef sa te joci cu culorile sa tot probezi, poti folosi urmatorul generator de gradient: Click

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

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.