Home Forums WoodMart support forum How to remove title

How to remove title

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #40520

    MAYZEL
    Participant

    Under the categories it repeats the title.

    How to remove this please?

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

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-last {
    	display: none;
    }
    
    .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last:after {
    	display: none;
    }
    #40673

    MAYZEL
    Participant

    Great:) Thanks do you write that out yourself?

    Or copy and paste it?

    #40701

    Artem Temos
    Keymaster

    You can copy and paste it as always 🙂

    #45757

    MAYZEL
    Participant

    No i mean do you write them codes or do you copy and past you self?

    #45819

    Artem Temos
    Keymaster

    Yes, we wrote it ourselves of course 🙂

    #51416

    MAYZEL
    Participant

    very clever mate you learn this a uni ?

    #51440

    Artem Temos
    Keymaster

    What do you mean?

    #53710

    MAYZEL
    Participant

    HTml typing

    #53711

    Artem Temos
    Keymaster

    Thank you.

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