Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #91098
    [email protected]
    Participant

    Hello

    I’m using catch responsive theme on my homepage jonashegnauer.ch

    The problem I have is with the logo/banner. The theme says ideal size is 150×150. Ridiculous because it is squeezing every size of image into the same banner size. If I knew this size, I could upload it already in the right size. Which is the banner size?

    The other problem I have is with the search field. How can I remove this one permanently(that with an update of the theme it would not appear again)?

    Thanks for answering!

    Jonas

    #91136
    Mahesh
    Participant

    @jonashegnauergmail-com: The recommended size for the logo is 150×150 but you can use your desired image size. As you select an image, it will ask you to crop image. You can either crop the image to the desired size or skip cropping and use the full image as well.
    For removing the search field, go to Dashboard=> Appearnace=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .sidebar-header-right {
        display: none;
    }

    Or you can remove it using Child theme, you can find more on creating child theme HERE.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Logo/Banner Size’ is closed to new replies.