Home Forums Pro Themes Mega Charity Pro Mega charity Pro – what editor should we use to change page structure

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #194930
    chuya
    Participant

    Good morning,

    I am trying to change the page structure on mega charity pro but looks like I dont see the option to change page structure. what I am looking here is that
    1. I want to change and edit the home page structure and the pro version mentions ability to have up to seven layouts but I couldnt change the one that exists or an option to add another one
    2. I want to remove the header image but the only option I see is to hide the header image. how can i remove it?
    3. what WordPress editor is suitable for this. I tried elementor editor but I only have the option to change page or post and dont see here the option to remove the header image or home page layout
    4. If this is not possible I want to cancel my license

    Thanks,
    Nebiyu

    #194938
    Psink
    Keymaster

    @CHACHIPA16GMAIL-COM,

    1. I want to change and edit the home page structure and the pro version mentions ability to have up to seven layouts but I couldnt change the one that exists or an option to add another one
    – You can change the layout from the Customizer >> Front Page >> Home Page Layout, after changing the layout, you need to publish and then refresh the site to see the changes

    2. I want to remove the header image but the only option I see is to hide the header image. how can i remove it?
    – You can hide the header image which is technically removing the header image.

    3. what WordPress editor is suitable for this. I tried elementor editor but I only have the option to change page or post and dont see here the option to remove the header image or home page layout
    To change the whole layout of the theme, then you need to use our block-based themes. Currently we only have 3 themes https://themepalace.com/downloads/category/wordpress-themes/block-themes/

    4. If this is not possible I want to cancel my license
    – Yes, you can cancel or exchange the theme license. For that please contact our sales at https://themepalace.com/my-account/

    #194948
    chuya
    Participant

    2. I want to remove the header image but the only option I see is to hide the header image. how can i remove it?
    – You can hide the header image which is technically removing the header image.
    I know I can hide it but hiding it is not removing. when you hide it there is still a black header. even if you try to change the color, there will still be a gap for the header space. what I am looking is to completely remove the header not hide it?

    #194950
    Psink
    Keymaster

    @CHACHIPA16GMAIL-COM, Ahh got you

    You can add this CSS in Additional CSS, Go to Customizer >> Additional CSS and add this CSS there

    For entirely remove

    #page-site-header{
    display: none;
    }

    just remove the header image and reduce the top-bottom gap
    #page-site-header{
    padding: 150px 0px !important;
    }

    you can change the padding value as per requirement

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.