Home>Support>How can I make the header image “Unclickable” on the Origami theme?

How can I make the header image “Unclickable” on the Origami theme?

Hi I’m using your premium Origami theme on my site www.weddingsingers.at and I’d like to disable the click option on the header image. How can I do this?

Thanks in advance,

URL: http://www.weddingsingers.at

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Andrew

    Please give the following a try under Appearance > Custom CSS:

    /* Origami Disable Header Home Link */
    
    #logo {
    pointer-events: none;
    }
    
  2. 9 years, 11 months ago andrewferris

    works like a charm! thank you Andrew.

  3. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad that helped. All the best.

  4. 9 years, 7 months ago Ruud de Vreugd

    Take care!!! This makes the total header unclickable, so you can’t activate the search box if you put it in the header area. To make disable the link just on the logo use “#logo a” instead of #logo

    • 9 years, 7 months ago Andrew Misplon
      Hi, I Work Here

      Thanks for the clarification there Ruud. It would look like this then:

      /* Origami Disable Header Home Link */
      
      #logo a {
      pointer-events: none;
      }
      
Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More