• Resolved mapmyfuture

    (@mapmyfuture)


    Hi there!

    I am a complete wordpress novice and have used the argent template to set up our website https://www.mapmyfuture.co.uk.

    I’d like to change the font style of the titles on the portfolio pages so that they are NOT italic and are a closer match to the title style on the home page (i.e. the ‘Map My Future’ title without the box around it).

    My dream font family for the whole website would actually be the google font Lato. However, as I’m struggling with one heading, I imagine to change the font for the whole site would be overly complicated for me to handle. If you disagree, do let me know!

    So for now, can anyone help with changing the portfolio page heading style? I’ve worked out how to turn on the jetpack edit css feature. But the coding part looks very scary and I have no idea how to go about it, even after reading the tutorial…

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @mapmyfuture,

    I’d like to change the font style of the titles on the portfolio pages so that they are NOT italic and are a closer match to the title style on the home page (i.e. the ‘Map My Future’ title without the box around it).

    It looks like you figured out the CSS you need to stop the page titles being italic?

    Just in case: The following custom CSS can be added via Appearance > Edit CSS (assuming you have Jetpack’s CSS module active) to achieve what you’re after:

    .single .entry-title, .page-title, .page-title {
        font-style: normal;
    }

    My dream font family for the whole website would actually be the google font Lato. However, as I’m struggling with one heading, I imagine to change the font for the whole site would be overly complicated for me to handle. If you disagree, do let me know!

    There are a number of plugins available in our repository to make it as straightforward as possible for you to use a Google font on your site. I recommend having a browse here:

    https://www.ads-software.com/plugins/search.php?q=google+fonts

    We’ll be happy to help with any questions that come up along the way!

    Thread Starter mapmyfuture

    (@mapmyfuture)

    Hi Siobhan,

    Thank you for your help! I did indeed manage to make the changes myself in the end. I will be sure to post again if I need help with anything else!

    In case anyone else is struggling with font changes, I installed the free plug in ‘Easy Google Fonts’ which allowed me to edit fonts on my wordpress template that I previously was unable to change (without coding knowledge) and it also allows you to use any google font.

    I’m glad you were able to make the changes you were after! Thank you so much for sharing the plugin you used, too.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Editting headers on Portfolio Pages’ is closed to new replies.