Tagged: 

Viewing 20 posts - 1 through 20 (of 22 total)
  • Author
    Posts
  • #5485

    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?

    #5561
    Sakin
    Keymaster

    @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?

    #5599
    maevamena
    Member

    I’m looking for the same.

    http://66.147.244.179/~wendybow/about-wendy/

    Thank you!

    Maeve

    #5606
    Sakin
    Keymaster

    @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; }

    #5613
    maevamena
    Member

    Thank you!

    #6087

    Thank you! This had been very helpful.

    #8441
    burgdani
    Member

    Hi

    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?

    #8445
    Sakin
    Keymaster

    @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”.

    #13739
    ajamison
    Member

    Both 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=n

    I want to hide the page title and display the featured post title

    #13741
    Sakin
    Keymaster

    @ajamison: Just use the following CSS:

    .page .entry-title { display: none; }
    .page .featured-slider .entry-title { display: block; } 
    #42733
    Romany
    Participant

    Hi 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

    #42736
    Sakin
    Keymaster

    @Romany: Then you can add extra css just below that which will force to display tile in home.
    .home.page .entry-title { display: block; }

    #49484
    Paradigmva
    Member

    Hi 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

    #49506
    Sakin
    Keymaster

    Hi Melissa,

    Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #content .entry-header { display: none; }

    Regards,
    Sakin

    #50437
    Nix
    Member

    Hi 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.

    #50474
    Sakin
    Keymaster

    @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.

    #50533
    Nix
    Member

    Hi 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!

    #50591
    Sakin
    Keymaster

    @Nix: Thanks for your appreciation 🙂

    #51508
    Nicole G
    Member

    Hi 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. 🙂

    #51661
    Sakin
    Keymaster

    @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

Viewing 20 posts - 1 through 20 (of 22 total)
  • The topic ‘Remove page titles from body of page’ is closed to new replies.