Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #5240

    ?

    #5289
    Sakin
    Keymaster

    @richardcharlesandrews1: Catch Box Pro theme doesn’t have Breadcrumbs by default. You need to install Plugin to add in the Breadcrumbs. So to hide the Breadcrumb, you must have plugin activated. Just disable the plugin for Breadcrumb.

    Also when you ask question, it will be easy for us if you post your site URL.

    #5309

    Well I dont have any other plugins installed and breadcrumbs are displaying on every page?

     

    http://sheriffracing.co.uk

    #5310
    Sakin
    Keymaster

    @richardcharlesandrews1: I don’t see any Breadcrumbs in your site. I think you are talking about different thing. Can you explain bit more.

    #5314

    Sheriff Racing
     

    above the image on the homepage

    #5316
    Sakin
    Keymaster

    @@richardcharlesandrews1: “Sheriff Racing” , “Sponsorship Package” and “Race News” are menu not the breadcrumbs. so want to hide the whole menu.

    #5318

    there are breadcrumbs appearing above the content on every page, I am talking about the navigation titles

    #5319
    Sakin
    Keymaster

    @@richardcharlesandrews1: There is no breadcrumbs. You are using wrong terminology. When I check in your site. Your site structure is as below:
    1. Logo
    2. Primary Menu
    3. Featured Post Slider
    4. Left Sidebar you have various widgets
    5. Right Content – In Right content, you have page title, page image and page content.
    6. Footer

    Where is the breadcrumbs???

    #5320

    Right Content – In Right content, you have page title, page image and page content.

    I do not want the page title to show in the content area.

    #5321
    Sakin
    Keymaster

    @richardcharlesandrews1: Oh finally I got you. That is page title not the breadcrumbs. Ok you can hide the page title in the content area by adding the following css in “Custom CSS” box in Theme Options Panel.
    .entry-title { display: none; }

    #5383

    Apologies, my bad, thanks!

    #9850
    clubio
    Member

    Hello,

    Great! I’ve been looking several hours for this!
    Although, this funcition hides post entry titles. Is it possible to hide only the title of pages?

    clubiomallorca.com

    #9856
    Sakin
    Keymaster

    @clubio: I see that you have already done it in pages.

    #9860
    clubio
    Member

    Yes, I’ve already hide title pages, but in blog page (clubiomallorca.com/blog) I would like each post entries have his own title.
    When I goes to particular post entry appears his title (http://clubiomallorca.com/2013/06/prova-de-titol/). Do you understand what I want to say (Sory, but I don’t speak english very well)

    #9861
    Sakin
    Keymaster

    @clubio: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .page.page-blog  .entry-title {
        display: block;
    }
    #9868
    clubio
    Member

    It works!

    Thanks a lot

    #62003

    i also am having the same issue i used css to not display my breadcrumbs and page titles but it left a huge space … i am trying to put a slider there and … btw thank you the snippet above worked for my blog but i want to remove it sitewide.

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘How do you hide breadcrumbs?’ is closed to new replies.