Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #746050

    Hi,

    Is it possible to have al the fonts in Helvetica (light) ?

    #746235

    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

    #746424

    thanks, very good..

    but now the bold/strong text is not bold anymore, see private link
    solution for that ?

    #746431

    Hi!

    Please go to Enfold theme options > Advanced Styling and edit Body and Strong elements and adjust their font weights as needed

    Regards,
    Yigit

    #746434

    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

    #746439

    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

    #746440

    thanks, your the king ;)

    #746445

    1 question, the menu bar is now bold, where is the option to change that to normal ?

    #746447

    Hey!

    Not at all :) Glad if i could help!
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

    #746452

    yes you are !

    1 question, the menu bar is now bold, where is the option to change that to normal ?

    #746453

    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

    #746456

    thanks, works again !

    #746462

    Hi!

    Great!
    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Helvetica light’ is closed to new replies.