Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #77298
    Michal Kubecki
    Participant
    Premium Member

    I’m trying to change the fonts in both the logo and the tagline. When I select a font from the list, it applies to both elements. I can adjust the font size individually, but I can’t choose a different font family for each.

    Is there a way to get around this limitation, for example, by using custom CSS?

    #77300
    vako
    Keymaster
    Premium Member

    Hi Michal,

    Yes, it’s possible to apply different font families to the logo and the tagline using custom CSS. To assist you with the correct code, could you please provide:

    Your website URL – so we can inspect the elements directly.

    The font families you’d like to use for the logo and the tagline.

    Once we have this information, we’ll share the exact CSS code you can add to your site.

    Kind Regards

    #77301
    Michal Kubecki
    Participant
    Premium Member

    Hi Vako.

    The website URL is: https://rolandrolson.eu/

    Logo font: Nothing You Could Do

    Tagline font: Major Mono Display

    Thank you very much for your help.

    #77302
    vako
    Keymaster
    Premium Member

    Hi Michal,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS and add the CSS snippet below:

    .site-description {

    font-family: ‘Major Mono Display’;

    }

    Kind Regards

    #77303
    Michal Kubecki
    Participant
    Premium Member

    Hello,

    It seems it’s not working as intended. However, it changes the tagline font to a Serif font. I have experimented with several different fonts, but the tagline always displays the same Serif font, regardless of the name specified in the custom CSS section.

    #77304
    vako
    Keymaster
    Premium Member

    Hi Michal,

     

    In order to assist we need to check your website from the back end, please install this 3rd party plugin “Temporary Login Without Password Plugin” which allows us to access your dashboard without sharing access details.

    To better understand how the plugin works, please watch the video guide below: https://www.youtube.com/watch?v=EMu0e78OpJo

    Please make sure to mark your reply as private to hide it from the public.

    Kind Regards

    #77319
    Michal Kubecki
    Participant
    Premium Member
    This reply has been marked as private.
    #77320
    vako
    Keymaster
    Premium Member

    Hi Michal,

     

    Thank you for sharing the login details. We’ve commenced the investigation process for the issue you’ve raised. Rest assured, we’ll keep you informed of any updates as soon as they become available.

    If you have any additional information or if there’s anything specific you’d like us to focus on during the investigation, please let us know.

    We appreciate your patience.

     

    Kind Regards

    #77322
    George
    Moderator
    Premium Member

    Hello again,

    Ending parentheses was missing in media query of additional css, now it should work correctly
    https://prnt.sc/GyraO9GPyj-R
    Kind regards,
    George

    • This reply was modified 3 weeks, 6 days ago by George.
    • This reply was modified 3 weeks, 6 days ago by George.
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.