O Old Nick Well-known member Sep 30, 2018 #1 Hello, I would like to not display border-bottom of block-container only in forum_list page. As conditioning statement is not valid in extra.less how can i do that ? I turn around...
Hello, I would like to not display border-bottom of block-container only in forum_list page. As conditioning statement is not valid in extra.less how can i do that ? I turn around...
Dynamic Well-known member Oct 9, 2018 #2 Add this to extra.less CSS: html[data-template="forum_list"] .block-container { border-bottom: none; } Last edited: Oct 9, 2018 Upvote 0 Downvote
Add this to extra.less CSS: html[data-template="forum_list"] .block-container { border-bottom: none; }