• Resolved bellaannphotography

    (@bellaannphotography)


    Hi,

    I would like to make my logo a bit smaller and my siteline font just a tad larger is there a way to do this?

    Thank you,
    Megan

Viewing 6 replies - 1 through 6 (of 6 total)
  • You can add these to your custom CSS area or child-theme’s CSS file:

    /* Site logo image size */
    .site-logo img {
        width: 200px;
        height: auto;
    }
    
    /* Tagline font size */
    .site-logo .tagline {
        font-size: 14px;
    }

    Adjust the numbers as needed. For site logo height, you can replace the word auto with some number as well, such as 100px.

    Thread Starter bellaannphotography

    (@bellaannphotography)

    Thank you. However I am a little confused where to add them. I am not very website building savvy sorry

    You can install Simple Custom CSS plugin, and then copy-paste the code into the Simple Custom CSS area in Appearance menu. screenshot 1, screenshot 2.

    That’s the easy way.

    If you fancy diving into a bit further, you can create and use a child-theme instead.

    Thread Starter bellaannphotography

    (@bellaannphotography)

    It comes back with this…

    Parse error: syntax error, unexpected ‘.’ in /home/content/p3pnexwpnas14_data03/29/3084429/html/wp-content/plugins/css/motif.php on line 56

    Thread Starter bellaannphotography

    (@bellaannphotography)

    I had downloaded the wrong css thank you so much I got it! Now just getting it to where I like it.

    Hi there!
    Glad you could sort this out.
    Thanks @thepixelme ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Logo and siteline’ is closed to new replies.