Jump to content

[Vyřešeno] Barva Písma Footer


Radek100

Recommended Posts

Zdravím, poradí mi někdo jak upravim barvu písma pouze ve footeru, v global.css když proměním barvu, tak se mi mění i barva písma v hlavě (košík, váš účet, přihlásit...) potřeboval bych to nějakym způsobem od sebe odtrhnout... Verzi mám 1.4.0.17 Díky moc

Link to comment
Share on other sites

Pravdepodobne nekde kolem radku 58

.footer_links {
   list-style-type: none;
   clear: both;
   height: 2em;
   margin-top: 2em
}
.footer_links li {
   float: left;
   margin-right: 2em;
   height: 2em
}
.footer_links a { text-decoration: none }
.footer_links a:hover { color: black }
.footer_links img.icon { vertical-align: -2px }



a tam je potreba doplnit radek

color: #kod_barvy;

napriklad #ffffff pro bilou
100% do tridy .foter.links a pravdepodobne i do trid *.links a *.links a:hover

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...