Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #3153748
CHANGE FONT - TOP AREA/FOOTER
Closed

Comments

  • wilsdesign started the conversation

    Where do you change the font style in the TOP AREA and the FOOTER?

    I know this is a dumb question, but I am stumped.


    Thanks

  •  7,092
    Oliver replied

    HI,

    Which one do you need to be there?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • wilsdesign replied

    I need some CODE or point to where I can change the font style for:

    • TOP AREA
    •  BOTTOM AREA 
    • DROP DOWN MENU on MOBILE

    (see attached)

    Font Style : MONTSERRAT 600

  •  7,092
    Oliver replied

    HI!

    CSS example:

    .top-area-contacts .gem-contacts a {
        font-size: 12px;
        font-family: 'Montserrat UltraLight';
        font-style: italic;
    }
    .footer-site-info {
    font-size: 12px;
        font-family: 'Montserrat UltraLight';
        font-style: italic;
    }
    .footer-menu a {
    font-size: 12px;
        font-family: 'Montserrat UltraLight';
        font-style: italic;
    }
    #primary-navigation.responsive #primary-menu li > a {
    font-size: 12px;
        font-family: 'Montserrat UltraLight';
        font-style: italic;
    }

     

    3938581396.jpg

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • wilsdesign replied

    Ok Thank you!

    A COUPLE MORE ITEMS

    WHERE do I change the font in the bottom area where it states

    COACH | CONSULT | COLLABORATE | Privacy Policy

  • wilsdesign replied

    Ok Thank you!

    A COUPLE MORE ITEMS

    WHERE do I change the font in the bottom area where it states

    COACH | CONSULT | COLLABORATE | Privacy Policy

    ALSO I need to change the font for the CONTACT BUTTON in top right corner

  •  7,092
    Oliver replied

    Hi,

    Sorry for delay, CSS code: 

    .top-area .gem-button {
    font-family: 'Source Sans Pro' !important;
        font-size: 14px !important;
        font-weight: bold !important;
    }
    #footer-menu a {
        font-family: 'Source Sans Pro' !important;
        font-size: 14px !important;
        font-weight: bold !important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver