Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #180076
    Jennifer Sims
    Participant

    Hi Support,

    I’d like to remove the page titles form the media header images on the internal pages, could you advise how I cna do this.

    Thank you.

    Example page: http://103.37.8.115/~ashswaed/about/about-armadale/

    Jen

    #180122
    Skandha
    Participant

    @jennifersimsdesign-com-au: Hello Jen,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) .custom-header-content .entry-title {
        visibility: hidden;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Titles on media images on internal pages’ is closed to new replies.