Removing Page Titles
-
Hi everyone,
Here is my website: https://theocrealtorguy.com/
My issue is that I am having trouble removing the Page titles from my site. I already tried several plugins, but I guess they are not compatible with my current theme. That said, I took a look at the source code for my site and tried to target the classes the heading is within as well as targeting the tag + class and several other combinations. At this point, i need a bit more help since typically that works for me.
Can you guys take a look at the source code and help me target the area I need to change?
I think it’s this bit of code:
<section class="rh_banner rh_banner__image" style="background-image: url('https://theocrealtorguy.com/wp-content/uploads/2020/11/pexels-the-lazy-artist-gallery-1642125.jpg');"> <div class="rh_banner__cover"></div> <div class="rh_banner__wrap"> <h2 class="rh_banner__title">Communities</h2> </div> </section> <section class="rh_section rh_section--flex rh_wrap--padding rh_wrap--topPadding"> <div class="rh_page rh_page__listing_page rh_page__main"> <div class="rh_blog rh_blog__listing rh_blog__single"> <article id="post-46" class="post-46 page type-page status-publish hentry rh_blog__post entry-header-margin-fix"> <div class="entry-header blog-post-entry-header"> <h1 class="entry-title">Communities</h1> </div>Thanks in advance
The blog I need help with is: (visible only to logged in users)
-
hi,
maybe using this CSS rule in design, custom, advanced CSS, and where it says page id, you change the page id number. in your case I see that the page id is 46
You can see the page id number when you edit the page, at the end of the url address
.page-id-238 h1.entry-title {
display: none;
} -
hi,
i’m so sorry, I wrote custom and advance CSS but it is customize and additional CSS.
-
Hi there!
Remember that with your plan, you can access Live Chat directly via https://wordpress.com/help/contact. That way, you can get help faster, although bear in mind that, since your site is using a third-party theme, we may not be able to help with custom CSS, and you’ll need to reach out directly to its developers.
- The topic ‘Removing Page Titles’ is closed to new replies.