Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #179230
    Northwinds
    Participant

    Hi there
    This is probably pretty basic, but how do I hide the page title text from showing on top of my banner image?

    ctduncan.com

    for example on the films page:

    https://ctduncan.com/?page_id=679

    “HOME > FILMS”
    then below in larger text:
    “FILMS”

    showing above/through my “CRAIGTHOMASDUNCAN” graphic?

    This is happening on all pages with this image as the header.

    Many thanks

    Craig Duncan.

    #179231
    tikaram
    Participant

    @northwinds: Login to your WordPress admin. Go to Appearance => Customize => Additional css and add the following css.

    #page .entry-title {
        display: none;
    }

    Let me know if this helps you out

    Regards,
    Tikaram

    #179233
    Northwinds
    Participant

    Hi Tikaram
    Many thanks for your quick response!

    That worked great to remove the page name/title but I still have the
    “HOME > FILMS”
    showing.
    Is there another css element I can use this technique with to remove it?

    Many thanks

    Craig Duncan.

    #179309
    tikaram
    Participant

    @northwinds:Login to your WordPress admin.
    Go to Appearance => Customize => Theme Options => Breadcrumb

    Uncheck : Check to enable Breadcrumb

    Let me know if this helps you out.

    Regards,
    Tikaram

    #179338
    Northwinds
    Participant

    Many thanks again!
    That worked great!

    Only problem now it had the knock on effect of truncating the bottom of my header banner.logo?

    Thanks
    Craig.

    #179440
    tikaram
    Participant

    @northwinds: Login to your WordPress admin.
    Go to Appearance => Customize => Additional css and add the following css.

    .custom-header::before {
    	background-position: center;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header text?’ is closed to new replies.