• conchemaster

    (@conchemaster)


    Hi everybody,

    could someone help me with the following page; http://lizvancampenhout.com/?page_id=1071

    there is a “-” in the header or title which I can not seem to delete by custom CSS, plug-in, etc so far.

    the “-” is only there when i put my page attribute –> template to “default template”. I need to put it to “default template” in order to make Envira gallery work.

    The “-” dissappears when i put the the page attribute to e.g. gallery, however then the envira gallery does not work anymore.

    can someone help please?

    thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Yes it can be deleted via Custom CSS 🙂

    #full-page .sep {
        display: none;
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I’ve noticed you’ve disabled the right click. This is a bit of a fallacy. Every browser provides a way to save the page. Saving the page doesn’t even require any technical knowledge.

    E.g. in Chrome:
    Just press the “Save as” (or similarly labeled) option in the browser settings: http://snag.gy/tfC86.jpg .
    Then it’s saved onto your computer with all the HTML, CSS, JavaScript and images that were on that page.

    You cannot stop things like that, that happen at a browser level. I would recommend you add watermark to the images you don’t want distributed.

    Thread Starter conchemaster

    (@conchemaster)

    Thanks Andrew, works like a charm :)!

    Thanks for the advice too, I will add a watermark.

    cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘dash in title of the page’ is closed to new replies.