Home › Forums › Pro Themes › Mega Charity Pro › Mega charity Pro – what editor should we use to change page structure
- This topic has 3 replies, 2 voices, and was last updated 11 months ago by Psink.
-
AuthorPosts
-
January 22, 2024 at 12:23 pm #194930chuyaParticipant
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 licenseThanks,
NebiyuJanuary 23, 2024 at 4:00 am #194938PsinkKeymaster1. 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 changes2. 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/January 23, 2024 at 12:20 pm #194948chuyaParticipant2. 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?January 23, 2024 at 10:17 pm #194950PsinkKeymaster@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
-
AuthorPosts
- You must be logged in to reply to this topic.