Tagged: page titles
- This topic has 21 replies, 10 voices, and was last updated 8 years, 6 months ago by Sakin.
-
AuthorPosts
-
March 20, 2013 at 10:22 pm #5485chandrathompsonMember
My site is currently displaying all my page titles in the body of the page, but I want to get rid of them. How to I do that?
March 21, 2013 at 9:09 pm #5561SakinKeymaster@chandrathompson: You can just hide it by adding the css in “Custom CSS” box in your Theme Options panel. But I need more information about it. What do you mean by all page title. Also send me your site URL?
March 21, 2013 at 11:10 pm #5599maevamenaMemberMarch 22, 2013 at 12:00 am #5606SakinKeymaster@maevamena: Just add the following CSS in Custom CSS box in your Theme Options panel to hive the page title in the content.
.page .entry-title { display: none; }
March 22, 2013 at 12:20 am #5613maevamenaMemberThank you!
March 28, 2013 at 11:57 pm #6087chandrathompsonMemberThank you! This had been very helpful.
May 4, 2013 at 5:28 pm #8441burgdaniMemberHi
If I disable the page title as explained above, the title is also disabled in the featured page slider.
i) Is there a way to enable the title in the page slider while it is disabled in the body of the page?
ii) Is it possible to define the two text elements in the page slider independent of page itself, e.g. by using some special html tags in the page?May 4, 2013 at 6:40 pm #8445SakinKeymaster@burgdani: Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to show the hidden title in slider
.featured-slider .page .entry-title { display: block; }
The featured page slider will take the title, excerpt and featured image from the page. You cannot add extra elements. If you want to add extra text and all why don’t you use “Featured Image Slider”.
August 26, 2013 at 11:52 pm #13739ajamisonMemberBoth my page titles and my featured post titles are missing when I use the following in custom CSS:
.page .entry-title { display: none; }
.featured-slider .page .entry-title { display: block; }website:
http://homebirthcesarean.org/?c=nI want to hide the page title and display the featured post title
August 27, 2013 at 12:30 am #13741SakinKeymaster@ajamison: Just use the following CSS:
.page .entry-title { display: none; } .page .featured-slider .entry-title { display: block; }
August 19, 2014 at 6:26 am #42733RomanyParticipantHi Sakin,
If I disable the page title as explained above, the title is also disabled from the homepage.
I want to keep the titles at the homepage but hide them on the pages.
Is it possible?
My site is: http://saintabraamservice.com
Thanks Sakin
August 19, 2014 at 12:08 pm #42736SakinKeymaster@Romany: Then you can add extra css just below that which will force to display tile in home.
.home.page .entry-title { display: block; }
January 1, 2015 at 7:02 pm #49484ParadigmvaMemberHi Sakin
I hope that you are well.
I am trying to remove page titles from all my pages (excluding home page). I have tried everything I have seen on the forum and all the CSS and nothing is working. This is the CSS I have been using: .page .entry-title { display: none; }.
Please could you have a look as I am really battling.
My website: paradigmva.co.za.
Many thanks in advance for your assistance.
Regards
Melissa
January 2, 2015 at 4:59 pm #49506SakinKeymasterHi Melissa,
Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#content .entry-header { display: none; }
Regards,
SakinJanuary 24, 2015 at 1:47 am #50437NixMemberHi I am new to website development and having a presence online. All this code stuff is way over my head. I am looking to remove the page links from my footer area in the theme Catch Evolution 2.1. I do not mind keeping the copyright or the sponsored by writing at the bottom of the page links in the lower footer area, but I do not want all my page links to be accessible like they are to the public. I want only the pages I set to tabs on the top to be shown and the rest for my eyes only in my page area for admin to see only.. How can I remove the pages links from the footer on all my pages as that is how it appears. Any advice on this issue would be greatly appreciated. Thank you for your time. My website can be found a http://www.beintruth.com if you need to see it.
January 24, 2015 at 8:24 pm #50474SakinKeymaster@Nix: The pages links in your footer in from “Footer Area Three” widget area. I see that you have added “Pages” widget to Footer “Footer Area Three”. So, go to “Appearance => Widgets” and remove “Pages” widget from there.
January 25, 2015 at 11:55 pm #50533NixMemberHi Sakin,
Thank you very much for your advice and guidance in this matter. I was able to remove the pages form that area. I really appreciate your help. And go figure it was something so simple. Thanks again Sakin!January 27, 2015 at 1:21 am #50591February 12, 2015 at 12:53 am #51508Nicole GMemberHi Sakin,
I am being told that I have a theme update option and it says I can upgrade from catch evolution theme 2.1 to 2.4.1 I saw on a forum somewhere that if I do update the theme I will loose the structure of my site, which will be very bad as I do not know all the tech stuff to get it back to the way I have it now. Is this true? If I keep updated with the updates, do I lose the structure and look of my site every time? They claim the whole layout will change and I do not want that as I took a very long time getting it just right due to being a newbie at all of this online stuff and will not know how to change it back if it changes due to me choosing to update it. Any advice on this issue would be greatly appreciated. Thanks Sakin. 🙂February 13, 2015 at 7:22 pm #51661SakinKeymaster@Nicole G: Please post in appropriate support forum. This is Catch Everest Support Forum. Since, you question is general, I am going to answer it here.
Yes, the current version of Catch Evolution Free is version 2.4.1. Who said you will loose the structure of the site when you update the theme. You site will be just as it is, no need to worry about it if you have made changes in your site properly using theme options panel, widgets and menus. You can just update it.
But if you have customized any core theme files inside ‘catch-evolution-pro’ folder then you will loose that customization. As when you update the theme, it just load the original files in ‘catch-evolution-pro’ folder. You said you are newbie, so I don’t think you have customize any files inside ‘catch-evolution-pro’ folder
-
AuthorPosts
- The topic ‘Remove page titles from body of page’ is closed to new replies.