Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #87873
    heinjonker
    Participant

    Hi,

    How do you remove the white border/padding or margin around the header image (static page) on the Catch Box theme. I want to buy the Pro version but need to know if this can be sorted before I do. The website in questions is http://turnerstravel.co.za/

    Question 2: When I buy the Pro version, will I be able to edit or remove “Theme: Catch Box by Catch Theme” on the footer?

    #87875
    Mahesh
    Keymaster

    @heinjonker: 1. You can remove it with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #header-content {
        margin: 0;
        padding: 0;
    }

    2. Yes, in Catch Box Pro, you can edit the Footer Text. For editing Footer content, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Footer Editor Options” and edit the content in Footer Editor.

    Regards,
    Mahesh

    #87877
    heinjonker
    Participant

    Brilliant thank you Mahesh!

    #88036
    Mahesh
    Keymaster

    @heinjonker: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    #96790
    Sarah
    Participant

    Hi,

    I have “Catch Box Pro” and I want to remove in the footer “Theme: Catch Box Pro”. What do I exactly have to do? I see coding and do not know what to add/remove.
    The reason to buy the Pro theme was the possibility to get it free from label. Now I am a little disappointed because I thought it was a matter of a button or something similar to change the footer design.

    Thanks.

    #96797
    Mahesh
    Keymaster

    @sarahf: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #site-generator .powered {
        display: none;
    }

    Regards,
    Mahesh

    #96801
    Sarah
    Participant

    Thank you very much for answering so fast, Mahesh.

    I have to say that I liked your theme at first sight. It ist beautiful and you can get quick results as a beginner.

    Best wishes,

    Sarah

    #96838
    Sakin
    Keymaster

    @sarahf: Thank for your appreciation. In Catch Box Free theme, we don’t have Footer Editor to edit the Footer Information Theme: Catch Box Pro. @mahesh: has answered you as per the Catch Box Free theme as you have posted in your question in Catch Box Free theme support forum. Then code given by Mahesh will just hide that info. But if you want to totally remove that, the in pro version we have “Footer Editor Options”, it has been answered here at https://catchthemes.com/support-forum/topic/remove-theme-catch-box-pro-from-footer/

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Catch Box Theme: Remove Header Padding/Margins’ is closed to new replies.