• Would like to know how to change the font in my theme for the title and menu. Would also like to know how i can change where the “read more” button links to. For example I would like the link to take you to the about us page.

    I am using travel log theme.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @drandal1,

    First of all thank you very much for trying out the theme.

    Now to change the font for the title ane menu use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    Site titile:

    h1.site-title {
        font-family: Myriad Pro;
    }

    Menu:

    .main-navigation ul li a{
    font-family: cursive;
    }

    You can change the font as per your requirement.

    As for the “read more” button we are not quite clear which read more button you are referring to so please provide the screenshot so that we can help you further.

    If you have any queries/issues further, you can also post in your queries to the theme’s official support forum at :

    https://wptravel.io/support-forum/forum/travel-log/

    Hope this Helps,

    Best Regards !!

    Thread Starter drandal1

    (@drandal1)

    when i copy paste those in the css how do i get to see what fonts i can change it too ? Where do i type in the font name ?

    The button on the front photo is what i was referring to “More Info”
    I would just like that button to link straight to the “about us” menu tab.

    I also need the “explore with us tab” to have a page with a list of all the trips i have made under the trip function.

    Thanks in advance for your help

    • This reply was modified 6 years, 8 months ago by drandal1.

    Hello @drandal1,

    First of all our sincere apology in the delay in replying to you.

    You have to load the google font to use the font in the theme and for this please follow below given steps.

    step 1: Go to this link :https://fonts.google.com/ and click the “+” sign of your desired font.

    Screenshot:
    https://prntscr.com/ir1f86

    Step 2: After clicking on the “+” sign, you will get the box at the bottom right corner. Click it then a box will appear. Here go to import tab and copy the import code and fonts below it and paste them in Admin Panel > Appearance > Customize > Additional CSS.

    Screenshots:
    https://prntscr.com/ir1gsq

    As for the second query, it requires higher code customization and as much as we would love to you on this we are unable to do so as it falls beyond the support we offer for our product.

    Also, we are not quite clear with your third query, so please explain it properly.

    Further, please do post your queries in our official support forum below so that the communication would be quick and effective.
    https://wptravel.io/support-forum/forum/travel-log/

    Thank you ?? .

    Best Regards!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font change’ is closed to new replies.