• Resolved mummyheartsyou

    (@mummyheartsyou)


    Good evening,

    I am just wondering if I am able to change the blog post title font to a font called “summer festival”? If so is it tricky?

    Many Thanks

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @mummyheartsyou.

    Thank you for contacting us.

    Probably the least tricky way would be to use a plugin like Use Any Font – https://www.ads-software.com/plugins/use-any-font/

    After you install that plugin and that font, and I suppose you’re referring to this – https://befonts.com/summer-festival-typeface.html it might be necessary to change blog post title font through short CSS code snippet that will have to be put to Customize -> Additional CSS.

    Hope this helps, but if you have additional questions, just ask.

    Kind regards.

    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    Hi @siniplyrathemes

    What would the code be? Sorry I am useless when it comes to coding!

    It would be like this if you want to change blog post titles on the home page:

    .entry-title {
    	font-family: Times;
    }

    Of course, you’d replace Times with the name of the font you want to use.

    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    thank you so much! its worked ??

    I currently have a hover color over my blog titles, how would I change that to a block colour to be blue (#001066) , not black? and no hover?

    Thanks in advance

    Hello @mummyheartsyou,

    Please, let me know if you need any further assistance.

    h3.entry-title > a:hover {
        color: black;
        text-decoration: none;
    }

    This should remove the blur and underlined effect on hover. ?Try it and let me know how it worked.

    Please, let me know if you need any further assistance.
    Kind regards,
    Diego

    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    Thank you, I have applied the CSS, I was wondering how I would change the colour of the post title from black to a dark blue {hex code #010C46}

    Regards

    Not a problem!

    Use this instead:

    h3.entry-title > a:hover {
        color: #010C46;
        text-decoration: none;
    }
    
    h3.entry-title > a { color: #010C46; }

    Please, let me know if you need any further assistance.
    Kind regards,
    Diego

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Blog Post Fonts’ is closed to new replies.