• Hello, Is it possible to remove the Home>>[Page Name] text from the banner image on all non-home pages? The original image on the home page is great, but the thin banner needs to have no text in it – is that possible please?

Viewing 1 replies (of 1 total)
  • Hi,

    Yes, you can remove Home>>[Page Name] text with the help of CSS.
    Paste below CSS code at bottom of style.css file

    .bread-title-holder .cont_nav {
        display: none;
    }

    and save file.

    Best,
    Gunjan

Viewing 1 replies (of 1 total)
  • The topic ‘Remove text from main image’ is closed to new replies.