New Landing How can we help? Atelier Mega Menu – Uppercase and Lowercase

Viewing 5 posts - 16 through 20 (of 20 total)
  • Posted in: Atelier
  • #213380
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please provide me with a login so I can look into it for you

    – Kyle

    #213466
    tonisaneca
    Member
    Post count: 53

    I appreciate the help, Kyle, but there’s not much to look into. It’s a very simple problem.
    I just installed the theme, imported the demo content, and have just begun to change the fonts.
    I installed a couple of fonts, including Proxima Nova, and Avenir Next LT Pro.

    All I want is to use a different font for the various parts of the mega menu. (see attached)

    The problem is, the custom fonts I uploaded aren’t reflecting on the page (and they’re substituting for a regular sans-serif font).

    The only custom CSS I have is the following:

    #main-navigation li {
    text-transform: uppercase;
    }
    
    nav .menu ul.sub-menu li.menu-item > a, nav .menu ul.sub-menu li > span, nav.std-menu ul.sub-menu {
    text-transform: capitalize !important;
    }
    
    li.menu-item.sf-mega-menu > ul.sub-menu > li.menu-item > a, li.menu-item.sf-mega-menu > ul.sub-menu > li.menu-item > span.title {
        font-family: 'ProximaNova-Reg', Helvetica, sans-serif;
        letter-spacing: 1px;
        font-weight: 700;
        font-style: normal;
        font-size: 13px;
        text-transform: uppercase !important;;
    }
    li.menu-item.sf-mega-menu > ul.sub-menu > li.menu-item > a, li.menu-item.sf-mega-menu > ul.sub-menu > li.menu-item > ul.sub-menu .sf-std-menu {
      font-family: 'avenirnextregular', serif;
    }

    It’s an inconvenience to have to manually edit different headings on the site. It’s difficult because of course, I wasn’t the one to code it so I don’t know which text is which.

    I haven’t gotten to the Product pages yet but I imagine it’ll also take me a while to do because of the various typography elements my client wants me to edit. (breadcrumbs, price, product name, product tags)

    Atelier is a powerful theme, but in other themes I’ve purchased (Maya, Salient), they provide more elaborate options for typography. If you could release an update in the hopefully near future, I’m sure it will be very helpful for all your customers.

    It would be very helpful if you could get back to me ASAP with a solution as I have been stuck on this for the past 2 days.

    Attachments:
    You must be logged in to view attached files.
    #213473
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    This works:

    nav.std-menu ul.sub-menu > li > a {
      font-family: 'ProximaNova-Reg';
    }

    – Kyle

    #214023
    tonisaneca
    Member
    Post count: 53

    Exactly what I was looking for. Thank Kyle! I appreciate it.

    #214031
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

Viewing 5 posts - 16 through 20 (of 20 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