Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #171919
    kejraj
    Participant

    Hi,

    How can I disable the clickable header on catch flames theme?

    Thanks!

    #171924
    tikaram
    Keymaster

    @kejraj : If you would like to remove the clickable function from the header image
    Login to your WordPress admin. Go to Appearance => Customize => Additional css and add the following css

    #header-image {
    	pointer-events: none;
    }

    if you would like to disable it completely
    Go to Appearance => Customize => Header Image
    Under Enable Featured Header Image on: Select disable and publish

    Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to disable clickable header?’ is closed to new replies.