Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #941915

    Dear all,

    concerning the website

    Klick to view

    I’ve got some problems to change / use fonts:

    1. I want to change the font weight of the menu to “normal” (it’s bold at the moment), but there is no field “form weight” in the “Main Menu Links” – section.
    2. In “General Styling” I defined font family “Helvetica” as ” Font for your body text”. I also want to define “Helvetica” as “Heading Font”, but it’s not in the list.

    Could you please help?

    Best regards
    Jorg

    #942123

    Hey Jörg,

    Please try the following in Quick CSS under Enfold->General Styling:

    1.

    nav.main_menu .avia-menu-text {
      font-weight:500 !important;
    }

    2.

    h1, h2, h3, h4, h5, h6 {
      font-family:helvetica !important;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.