badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Change my own font at menubar and side bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #45993
    Chaimongkol
    Participant

    Hi, thanks for the nice theme.

    Now I add a new font to the theme. And I can change body font. How can I change at Menu Bar and Side Menu bar ?

    Thank you
    Chaimongkol

    #46052

    Hi Chaimongkol,

    You can change the Navigation font family via Go to Appearance -> Theme Options -> Typography Options -> Font Family there you will see the Navigation option to change the font-family. Choose the font family that you like and click on save button.

    And for the sidebar first Go to Appearance -> Theme Options/Customize -> Webmaster Tools -> Analytics
    and paste your font script in the header script box which is given by font integrate service such as Google Web Fonts
    Now integrate the font into your CSS Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #secondary {
        font-family: YOUR-FONT-FAMILY;
    }

    Replace above text YOUR-FONT-FAMILY with the one you want to set in the sidebar.

    Thank you!

    #46134
    Chaimongkol
    Participant

    How to change Navigation font with my own font ? Because google font doesn’t support my language. Now I create child theme and success to change body text with my own font.

    Thank you for your help.

    #46142

    That’s great Chaimongkol

    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/attitude
    We really appreciate your rating.

    Thank you

    #46245
    Chaimongkol
    Participant

    How to change Navigation font with my own font ? Because google font doesn’t support my language.Now I create child theme and success to change only body text with my own font. How to change Navigation font with my own font ?

    Thank you for your help.

    #46373

    Hi Chaimongkol,

    To change the font family for navigation. First Go to Appearance -> Theme Options/Customize -> Webmaster Tools -> Analytics
    and paste your font script in the header script box which is given by font integrate service such as Google Web Fonts
    Now integrate the font into your CSS Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #access a,
    #access select { 
    	font-family: "your-font-family";
    }

    Change above text your-font-family with the one you have integrate as mentioned above.

    Thank you!

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