Jump to content

[REZOLVAT] Modificare font in block footer


Recommended Posts

OK....am gasit :)

 

in global.css

 

}
#footer .title_block ,
#footer .title_block  a {
    font-weight:normal;
    font-size:14px;
    color:#fff
}

 

se schimba valoarea de la font-weight: de la normal la 600, 700 etc se poate folosi si bold

eu am pus 600

 

}
#footer .title_block ,
#footer .title_block  a {
    font-weight:600;
    font-size:14px;
    color:#fff
}

 

Merci Costi43 pentru ajutor!

Edited by DanDobras (see edit history)
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...