Okay
  Public Ticket #2306108
Hide Page Title text only
Closed

Comments

  • pat_bsk started the conversation

    Hi,

    I would like to hide the page title on main page by using below CSS but it doesn't work on my site.

    #page-header-bg h1 {    
    display: none !important;
    }
  •  3,022
    Andrew replied

    Hi pat_bsk,

    Use the following:

    .vc_custom_heading {
        display: none;
    }
    

    If it doesn't work the sent screenshot of the heading on website

    Hope this helps.

  • pat_bsk replied

    Unfortunately, it doesn't work :(

    I just can't find the proper element name for page title (it is set up as a href to main page).




  •  3,022
    Andrew replied

    Hi pat_bsk,

    It seems to work when inspected on our end. Can you allow us to login to your website so that we see why it does not work and see the best css for that.

    7799139875.png


    When css is not active

    9600790776.png


    Thanks.

  • pat_bsk replied

    for .vs.custom.heading your CSS is working, but I meant: a#logo.no-image (check attachment) ;)



  •  3,022
    Andrew replied

    Hi pat_bsk,

    The following will do the trick:

    #header-outer .no-image {
        visibility: hidden;
    }
    

    Hope this helps.

  • pat_bsk replied

    PERFECT!!!! Thanks so much for your help :)

    We can close this ticket.