NooTheme Premium WordPress Theme › Forums › Jobica › How do I remove header + image from home page
- This topic has 10 replies, 2 voices, and was last updated 4 years, 1 month ago by dangdv.
-
AuthorPosts
-
4 years, 1 month ago #1208572
I have a custom designed home page. Jobica automatically adds a header image + page title above this. I'd like to remove it. Is there CSS to do so?
If I could remove it on all pages that would be preferred.
Here is link to homepage:
4 years, 1 month ago #1208592Dear, Please go to edit your page and check to page setting 'Hide Page Title' (see attachment)
best regards
Attachments:
You must be logged in to view attached files.4 years, 1 month ago #1208600Ok. I have 324 pages that I need to make this change on, now that I have switched to the Jobica theme. Can I make this change in bulk?
4 years, 1 month ago #1208640Dear, Please tell for me more details, you want hide page title on Jobmonster theme or Jobica theme ? Please send for me screenshot what is title you want hide ? I will check to help you.
best regards.
4 years, 1 month ago #1208701Your theme has created a page title that is automatically added to all pages and posts. Before I switched to your theme I customized my own page title and added it to all pages. Now I have duplicate page titles, so I would like to remove your page title from all pages (I can keep it on posts).
4 years, 1 month ago #1208710See example page below:
Attachments:
You must be logged in to view attached files.4 years, 1 month ago #1208731Dear, If you want hide all page title when use Jobicate theme. Please install and switch your site to use Jobica Child Theme, then add custom PHP to Jobica Child Theme's file functions.php
add_filter('noo_post_meta', function($value, $post_ID, $meta_key, $default){ if($meta_key === '_noo_wp_page_hide_page_title'){ $value = true; } return $value; },10,4);
Note: When use that custom code, all page title of Page will hide and the setting 'Hide Page Title' in page will not work
best regards.
4 years, 1 month ago #1208762Hi, I have made PHP updates.
As you can see in my previous screenshot, I had created a custom page title in Elementor. I would like to keep that page title.
With your PHP all page titles are removed, including the custom page title from Elementor which existed before I installed Jobica.
How can I keep the old page titles that I designed with Elementor while removing the page title that is automatically added with this theme?
4 years, 1 month ago #1208778Dear, Please kindly send for me admin account and your page URL like your attachment, i will check details to help you.
Best regards.
4 years, 1 month ago #1208800This reply has been marked as private.4 years, 1 month ago #1208833Dear, i check your site i see the custom page heading still work but it not show because custom margin (see attachment). Please edit page with Elementor and check again or remove it and use default page title of theme.
Attachments:
You must be logged in to view attached files. -
AuthorPosts
You must be logged in and have valid license to reply to this topic.