Custom Code for Hero Header

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #28726
    Hug jack
    Participant

    I there when I add a hero header to a page the existing theme still appear. Please let us know the custom code to disable this?

    #28731
    Raghavendra
    Moderator

    Not clear about your requirement from the description. Can you pls share the link to the page you want to customize and then let me know which section you want to disable/hide. Thanks

    #28825
    Hug jack
    Participant
    This reply has been marked as private.
    #28833
    Veena
    Moderator

    Pls try the below custom CSS to hide the existing title area –

    .page-id-2830 .page-cover.has-image {
        display: none;
    }
    
    #29500
    Hug jack
    Participant

    You are fantastic thanks;-)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Custom Code for Hero Header’ is closed to new replies.