Hi,
Is it possible to have al the fonts in Helvetica (light) ?
Hey BPC,
Please try the following in Quick CSS under Enfold->General Styling:
html * {
font-family:helvetica !important;
font-weight:300 !important;
}
Best regards,
Rikard
thanks, very good..
but now the bold/strong text is not bold anymore, see private link
solution for that ?
Hi!
Please go to Enfold theme options > Advanced Styling and edit Body and Strong elements and adjust their font weights as needed
Regards,
Yigit
thanks, but when i select strong i cannot change the font-weight.
All the text must be in Helvetica, so bold must me bold helvetica
https://www.dropbox.com/s/rckbmrl34dmkq74/Schermafdruk%202017-02-13%2014.12.08.png?dl=0
Hi!
Please remove this line from Rikard’s code
font-weight:300 !important;
And add following one
body p {
font-weight:300 !important;
}
Regards,
Yigit
thanks, your the king ;)
1 question, the menu bar is now bold, where is the option to change that to normal ?
Hey!
Not at all :) Glad if i could help!
Let us know if you have any other questions or issues
Cheers!
Yigit
yes you are !
1 question, the menu bar is now bold, where is the option to change that to normal ?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-main-nav > li > a { font-weight: 300; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
thanks, works again !