• Resolved Thorsten

    (@reisewolv)


    Hey. I am currently using the Apex theme, but I am currently testing the Unlimited. I like it very much, but I think the title picture is very big. Can I change it with css to the size of the apex theme?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using my themes!

    I’m not quite sure which picture you’re referring to. Is this for the logo or the Featured Images that come with each post?

    Thread Starter Thorsten

    (@reisewolv)

    Oh, sorry. I mean the main logo in the head of the page.

    Theme Author Ben Sibley

    (@bensibley)

    No worries!

    I think it’s best to resize the logo image first and then upload it to the site. This will result in the sharpest display.

    That said, you can use CSS to reduce the size of the image, like this:

    .logo {
    	height: 100px;
    	width: auto;
    }

    Copy and paste that into the Additional CSS section in the Customizer, and then you can further reduce the “100” if you need the logo to be even smaller.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘title Picture’ is closed to new replies.