How To Disable The Text Link In Logo Position? - Question | JoomShaper

How To Disable The Text Link In Logo Position?

SC

Shirley Craig

Helix Framework 1 year ago

How to disable the text link in the logo position inside the sp header? I added custom css suggested in a previous post on Joomshaper Forum to disable the logo link but it does not work. Thank you!

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #109202

Hi Shirley,

  1. If you have raw Helix Ultimate template, you can use custom URL for the logo, for example, #
  2. If somehow logo link is a problem for you, yes, above CSS seems to be OK for most Helix templates.

But you can use also my variant from Helix Ultimate documenation:

#sp-header .logo a, .logo a,  .logo a:hover, #sp-header .logo a {
cursor: default !important;
pointer-events: none; text-decoration: none; color: currentColor; 
user-select: none; -webkit-touch-callout: none;}

Use it inside Template Options > Custom Code > Custom CSS area

Tested on Helix3 and HU and works! If it doesn't work you need David Cooperfield (magician) help ;p

0