• Resolved Marc Decroux

    (@marcdecroux)


    Hello,

    First, thanks for the Catch Box theme: the look is simple, exactly what i was looking for.

    I put an image as banner/title of the site: 1000 x 400 pixels. But is it possible to change the height of this section? For me, something like 250 pixels is enough.

    Thanks for telling me where I can fix this!

    Best regards.

    Marc

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • @marcdecroux: Hello there, I checked your site and It seems to be in maintenance mode. Please let me know when your site is accessible.

    Also for swift response please post your issues in the Official Catch Themes Support Forum
    https://catchthemes.com/support-forum/forum/catch-box-public/

    Kind Regards,
    Skandha

    Thread Starter Marc Decroux

    (@marcdecroux)

    Hello !

    Sorry for the very late answer… I was waiting for an ok to remove provisorly the maintenance mode…

    I just need the following :
    – reduce the height of the header (maybe something like 30%)
    – remove the white border around the image (I need my image full width and stuck to the menu)

    On the blog page, I also see the background (behind the posts) in a king of grey. Is it possible to change this colour?

    Thanks a lot for your help!

    @marcdecroux: To reduce the height of header
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-content {
    	padding:0;
    }
    #branding img {
    	height:200px;
    }

    To change background color
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body.custom-background {
        background-color:#123456;
    }

    You can change the height and background color according to your requirement.

    Let me know if this works out.
    Also for swift response please post your issues in the Official Catch Themes Support Forum
    https://catchthemes.com/support-forum/forum/catch-box-public/

    Kind Regards,
    Skandha

    Thread Starter Marc Decroux

    (@marcdecroux)

    Hi !

    The header height works fine, thanks for this!

    I change the background color: it doesn’t works, unfortunately…

    For further request, I will go to the Catch Box forum. Am I right to continue ths topic here? Or do you prefer I post a new request on the Catch Box forum?

    Thanks in advance…

    Thread Starter Marc Decroux

    (@marcdecroux)

    Hi again,

    About the background color, I’ve put the code in the additional CSS of the theme. And it works, but not as I want : the background of the page is effectively changing. If your look at the page, there are 2 different backgrounds :

    1. Background of the full page : as you can see, I can apply the modification.

    2. Background of the posts : each post is displayed in a white rectangle, and there’s a color behind/around that goes from the menu to the bottom of the page. It’s this background I’d like to modifiy!

    Any idea how to do this?

    Thanks in advance!

    @marcdecroux; To change the background color
    Go to => Appearance => Customize => Additional CSS and the following CSS Code.

    #main {
    	background-color:#123456;
    }

    You can change the color according to your requirement.
    Let me know if this is what you want.
    Kind Regards,
    Skandha

    Thread Starter Marc Decroux

    (@marcdecroux)

    Hi Skandha,

    That’s GREAT : exactly what i was looking for !

    Have a nice week-end!

    @marcdecroux: Hello there, 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://www.ads-software.com/support/theme/catch-box/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

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Header height’ is closed to new replies.