darth12 Posted November 6, 2019 Share Posted November 6, 2019 I run the download module on my website and the "Downloads Index Page" is my homepage. I know I am supposed to be able to target different pages/sections with rules like: /* Hide title on home page */ [data-pageapp="downloads"][data-pagelocation="front"][data-pagemodule="downloads"][data-pagecontroller="browse"] .ipsPageHeader{display:none!important;} However the issue is that those properties on my homepage are exactly the same as my category pages domain.com/category/1-cars/ So how am I meant to target my Homepage only with those properties? Thanks Link to comment Share on other sites More sharing options...
darth12 Posted November 8, 2019 Author Share Posted November 8, 2019 Solved it myself Quote {{if ($_SERVER['REQUEST_URI'] == "/")}} HTML CODE {{endif}} Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.