-
AuthorPosts
-
February 12, 2017 at 10:35 pm #746050
Hi,
Is it possible to have al the fonts in Helvetica (light) ?
February 13, 2017 at 9:00 am #746235Hey BPC,
Please try the following in Quick CSS under Enfold->General Styling:
html * { font-family:helvetica !important; font-weight:300 !important; }Best regards,
RikardFebruary 13, 2017 at 2:58 pm #746424thanks, very good..
but now the bold/strong text is not bold anymore, see private link
solution for that ?February 13, 2017 at 3:09 pm #746431Hi!
Please go to Enfold theme options > Advanced Styling and edit Body and Strong elements and adjust their font weights as needed
Regards,
YigitFebruary 13, 2017 at 3:13 pm #746434thanks, 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
February 13, 2017 at 3:17 pm #746439Hi!
Please remove this line from Rikard’s code
font-weight:300 !important;And add following one
body p { font-weight:300 !important; }Regards,
YigitFebruary 13, 2017 at 3:18 pm #746440thanks, your the king ;)
February 13, 2017 at 3:20 pm #7464451 question, the menu bar is now bold, where is the option to change that to normal ?
February 13, 2017 at 3:21 pm #746447Hey!
Not at all :) Glad if i could help!
Let us know if you have any other questions or issuesCheers!
YigitFebruary 13, 2017 at 3:22 pm #746452yes you are !
1 question, the menu bar is now bold, where is the option to change that to normal ?
February 13, 2017 at 3:22 pm #746453Hi,
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,
YigitFebruary 13, 2017 at 3:25 pm #746456thanks, works again !
February 13, 2017 at 3:39 pm #746462 -
AuthorPosts
- The topic ‘Helvetica light’ is closed to new replies.
