Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #791751

    On my website I used this code to change the font and fontsize. De menu itself is responding fine but the submenu and widgettitle are not. Can you help?

    This is the code of ‘Enfold Child: Stylesheet (style.css)’ in the editor I used:

    .header_color .main_menu ul:first-child > li > a {
    font-family: ‘Amatic SC’, cursive !important;
    font-size: 30px!important;
    text-transform: uppercase;
    font-weight: 700!important;
    color: #000000;
    }
    #top #title #footer .flex_column a{
    font-family: ‘Amatic SC’, cursive;
    font-size: 30px!important;
    text-transform: uppercase;
    font-weight: 700!important;
    color: #000000;
    }

    #792055

    Hey Maureen,

    Please try this as well:

    .sub-menu li a .avia-menu-text, #footer .widgettitle {
      font-family: ‘Amatic SC’, cursive !important;
      font-size: 30px!important;
      text-transform: uppercase;
      font-weight: 700!important;
      color: #000000;
    }

    Best regards,
    Rikard

    #792207

    Hello,

    I used your code but it didn’t work, so I changed it a little.

    .sub-menu li a .avia-menu-text, #footer .widgettitle {
    font-family: ‘Amatic SC’ !important;
    font-size: 30px!important;
    text-transform: uppercase;
    font-weight: 400!important;
    color: #000000;
    }

    And this is working very well.

    Thank you,
    Maureen

    #792319

    Hi Maureen,

    Great, glad you got it working and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #792326

    Thanks for your message. You can close the topic now.

    #792349

    Hi,

    Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change font in menu, title and widgettitle’ is closed to new replies.