Home Forums WoodMart support forum How can i remove these two breadcrumbs

How can i remove these two breadcrumbs

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #242321

    Jackheather101
    Participant

    Hi.

    How can I remove 1 and 2?

    Thanks,

    Attachments:
    You must be logged in to view attached files.
    #242338

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.single-post .woodmart-entry-meta,
    body.single-post .post-title-large-image .meta-post-categories {
        display:none;
    }

    Best Regards

    #242347

    Jackheather101
    Participant

    Hi,

    I added this under that setting but it didn’t take either 1 or 2 away.

    Thanks,

    #242412

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #242464

    Jackheather101
    Participant

    Here we are

    #242542

    Hello,

    Please replace the code with this one:

    body.single-post .woodmart-entry-meta{
    	    display:none;
    }
    body.single-post .post-title-large-image .meta-post-categories {
        display:none;
    }

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)