New Landing How can we help? Cardinal Overlay Menu Font Style

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #166276
    loganwilliamson
    Member
    Post count: 75

    Could you please provide the CSS to change the overlay menu font style? Thanks!

    http://www.loganwilliamsonlpc.com

    #166277
    loganwilliamson
    Member
    Post count: 75

    Sorry, not font style, but just the font in general. I would like to either change the font to Open Sans Light or Raleway. Thanks so much!

    #166316
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this css code :-

    @import url(http://fonts.googleapis.com/css?family=Open+Sans);
    #overlay-menu nav ul li a{
    font-family: 'Open Sans', sans-serif !important;
    }

    Thanks
    Mohammad

    #166916
    loganwilliamson
    Member
    Post count: 75

    Thanks for the response.

    I’m getting an error when I put it in Custom CSS that says @import not allowed here.

    Also, what about Raleway?

    -Logan

    #167057
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can insert these code at style.css of child theme without any problem. is Raleway google font?
    Thanks
    Mohammad

    #169765
    loganwilliamson
    Member
    Post count: 75

    Raleway is a Google Font.

    #169816
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    to use the font you will need to have it assigned as one of your font options, so that it’s loaded on the page. Then you can just call the font with css

    – Kyle

    #169826
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this code

    @import url(http://fonts.googleapis.com/css?family=Raleway|Open+Sans);
    #overlay-menu nav ul li a{
    font-family: font-family: 'Raleway', sans-serif;
    }
    

    Thanks
    Mohammad

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register