Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #242671
    Benjo3
    Participant

    Hey,

    with the following code I want to change the size of the site title:

    .site-title, .site-title a {
    font-family: Avenir 85 Heavy !important;
    font-weight: bold !important;
    font-size: 50px !important;
    }

    However, it also changes the size of the site title in the mobile version disproportionately.

    The mobile size title can also become a bit bigger but it just becomes too big with the code.

    IS there any way to change it?

    Regards,

    Ben

    #242672
    Benjo3
    Participant

    The website: prudentwater.com

    #242702
    Skandha
    Participant

    @benjo3: Hello Ben,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 600px) {
    	.site-title, .site-title a {
    		font-family: Avenir 85 Heavy !important;
    		font-weight: bold !important;
    		font-size: 50px !important;	
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #242814
    Benjo3
    Participant

    Many thanks, it works. Do you also have a code which just changes the size of the mobile site title?

    Regards,

    Ben

    #242839
    Skandha
    Participant

    @benjo3: Hello Ben,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-title a {
    	font-size: 25px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #242857
    Benjo3
    Participant

    It works! Many thanks indeed!

    Regards,

    BEn

    #242859
    Skandha
    Participant

    @benjo3: Hello Ben, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #243184
    Benjo3
    Participant

    Of course I will do that.

    Thanks for your help!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Changing size of site title without affecting size of mobile site-title’ is closed to new replies.