Home Forums WoodMart support forum Editing Links nav in header

Editing Links nav in header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #46140

    gramdtel
    Participant

    Hello,
    Thanks in advance for your help.
    I have this webpage built with Woodmart:
    https://www.gramd.com.pe/Content_PE/Wacom-Firma-Electronica

    I would like to delete the links appears just in below of the title (marked with red in the attached image).

    Can you help me telling me in which file I should to edit it?

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

    Hello,

    In order to remove the breadcrumbs for the whole site please navigate to Theme Settings > Page heading > Show breadcrumbs > set “off”

    If you want to disable breadcrumbs only on the certain page, add this CSS code in page CSS as shown here: http://prntscr.com/irhcqx

    .breadcrumbs {
        display:none;
    }

    Kind Regards

    #46249

    gramdtel
    Participant

    Thank you very much, it’s works very good!

    #46257

    You are always welcome!

Tagged: ,

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

The topic ‘Editing Links nav in header’ is closed to new replies.