Viewing 9 replies - 1 through 9 (of 9 total)
  • CypressWebs

    (@jmeyer2485)

    What is your URL?

    I tried the theme but not see breadcrumbs

    Thread Starter rogersjbr

    (@rogersjbr)

    The url is beachtimemarketing.com

    The blog page is fine but the home and about page shows a breadcrumb right under the logo.

    CypressWebs

    (@jmeyer2485)

    In your Child Theme or CSS Editor Plugin try this code:

    .page-list h3, .page-list h4 {
        display: none;
    }
    
    .page-section {
        padding: 0px;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.

    Theme Author shufflehound

    (@shufflehound)

    Hello,

    CSS edit is not necessary, just go to edit page and under our Page settings set Title layout to none,

    Thread Starter rogersjbr

    (@rogersjbr)

    Resolved. Thank you for the great support!

    Hi Guys!

    it is possible to make this setting globally or do I have to edit each page individually?

    regards
    Rene

    Theme Author shufflehound

    (@shufflehound)

    Hello,

    If you will put that under Maskitto Light Options > CSS code that should work globally.

    Hi,

    yes that works for me, thanks!
    But I think this code removes now all of the h3 and h4 Lines in my content, correctly?

    Regards
    Rene

    Theme Author shufflehound

    (@shufflehound)

    Yes, but at this moment this is the only solution.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Remove Breadcrumb’ is closed to new replies.