I would like to insert these following changes in the nav bar brand : #fh5co-header .navbar-brand {
float: left;
display: block;
font-size: 20px;
font-weight: 520;
padding-left: 2;
I tried to do that by inserting in a css file (custom1.CSS) this : #fh5co-header .navbar-brand {
.navbar-brand img {float: left; display: block ;padding-left: 2;font-size: 20px;font-weight: 520;
}
But I can’t see the modification. Any explanation ?
Sorry maybe there was a misunderstanding and I didn’t understand the notion of « dead project » as I’m currently using this theme for my own activity. Should I understand that all theme which are not updated by their author does not interest the community ? Is’nt it ?
That will change the font size (and weight from original 700) of the logo text.
520 is a strange font weight, unless you know something about your logo font is unusual?
400 is normal, 500 is medium, 600 is semi-bold, 700 is bold.