Sairon Posted September 16, 2022 Share Posted September 16, 2022 Hello, I was wondering if it is possible to remove the ability to remove the ability to click on the "Katalogas" in my case. (Category tree). I want it not to change color when you hover over it. But I want the categories to change color and be clickable. http://www.savigynai.lt/ Link to comment Share on other sites More sharing options...
endriu107 Posted September 16, 2022 Share Posted September 16, 2022 You need to edit file in /themes/classic/modules/ps_categorytree/views/templates/hook/ps_categorytree.tpl Change this line: <li><a class="text-uppercase h6" href="{$categories.link nofilter}">{$categories.name}</a></li> to this: <li><span class="text-uppercase h6">{$categories.name}</span></li> 1 Link to comment Share on other sites More sharing options...
Sairon Posted October 6, 2022 Author Share Posted October 6, 2022 Thank you, it worked. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now