Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi! bbloomfield.

    Yes, our theme simplecatch does not have the custom background and custom header feature. But you can solve your problem by just adding these custom css lines in the custom css styles sub-menu under the theme options menu.

    #header {
    background: none;
    background-color: #333333;
    }
    body {
    background-color: #ffffff;
    }

    In above:
    background-color: #333333;(write color code of you choice)

    For your header logo image, you should upload smaller image. You have uploaded header logo image size of 2700*2100. You can just again upload the same image and tick the thumbnail size i.e of 150*150 and then insert into the post.

    And save the changes.

    If you still want to make your header logo image appear a little bigger then you can add these lines in the custom inline css.

    h1#site-title a img {
    max-height: 79px;
    }
    Note: 79 px is default you can increase this value to have bigger logo size. But it will make header part longer. Adjust according to your will.

    And save the changes.

    Hope it will solve your problem.

    Regards,
    Sanjiv(Catch Themes)

    Thread Starter bbloomfield

    (@bbloomfield)

    I will try that! Thank you for your detailed response. I will try tomorrow and let you know how it goes. Thanks!!

    Thread Starter bbloomfield

    (@bbloomfield)

    How do I center my logo and tag line? I would like the logo to be large and centered.

    Also, I tried adding in some code to add in a image as a background instead of a color, but it didn’t work. Do you have that code, too? Thanks again ??

    Hi, how i Change my header text with my company monogram? i use jeans theme and my link is https://servicespak.com .

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: Simple Catch] How to change background and header background colors?’ is closed to new replies.