Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #100739
    Emiel
    Participant

    I am a user of the Helena Pro theme.
    I customized the font to ‘Lucida Sans Unicode, Lucida Grande, sans-serif’ within ‘Font Family Options’
    But headlines of Portfolio, Hero Content, Header Highlight content, Promotion Headline are still in the ‘Playfair Display’. Also the ‘author name’ stays in the ‘Playfair Display’ font.
    How can I change those fonts into the ones I prefer?

    #100769
    Mahesh
    Keymaster

    @emielstubbe: For that, you can use Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #portfolio .section-title, 
    #hero-section h2, 
    #header-highlights-content .section-title, 
    #promotion-message  .section-title,
    .content-area .author {
    	font-family: Times New Roman;
    }

    Note: Please change the font-family as you desire.

    Regards,
    Mahesh

    #100798
    Emiel
    Participant

    Thanks Mahesh. I am going to follow your advice.

    #100814
    Mahesh
    Keymaster

    @emielstubbe: Thank you for your appreciation. Let me know if you have any questions. Have a nice day!

    Regards,
    Mahesh

    #101034
    Emiel
    Participant

    Hi Mahesh,

    Your fonts advice worked out well.
    I have one more question for you.
    I embedded a few Youtube videos on my website (Helena Pro Theme).
    The aspect ratio of the ‘window’ through which the video is presented in this Theme, isn’t equal to the video’s (16:9).
    Can you help me out?

    #101073
    Mahesh
    Keymaster

    @emielstubbe: Please post in your site url.

    Regards,
    Mahesh

    #101539
    Emiel
    Participant

    Hi Mahesh,

    A link to our website: http://www.rotterdamcityblog.com/
    This is a blog post with an embedded Youtube link:
    http://www.rotterdamcityblog.com/erasmus-bridge-rotterdam/

    By the way, the aspect ratio of our logo (150×150) in the Site Identity works for all devices, except for smartphones in up right position. Than the logo is pressed down.

    Thanks in advance!

    Emiel

    #101612
    Mahesh
    Keymaster

    @emielstubbe: I tried the same with the youtube video and aspect ratio is 16:9 in all viewport, working fine. Have you installed any plugins, if so try disabling it and try again.
    For site logo, add the following CSS:

    #site-logo img {
        max-height: 55px;
        max-width: 55px;
    }

    Regards,
    Mahesh

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How do I change default font all over the theme?’ is closed to new replies.