Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Yes that's correct, I will add some cat paw.Referring to the default blocks next to the sidebar titles + subheadings? Want just FA icons there is that correct?
.sidebar h3:before, .nodeList .categoryStrip .nodeTitle:before, .textWithCount span.text:before, html .container .xengallerySideBar .section h3:before, .resourceListSidebar .secondaryContent h3:first-child:before
{
border-left: 0 !important;
font-family: FontAwesome;
content: "\f1b0" !important;
width: 15px !important;
line-height: 1 !important;
top: 0px !important;
}
Awesome, look at my site for the result.So this in extra.css should help with that:
Code:.sidebar h3:before, .nodeList .categoryStrip .nodeTitle:before, .textWithCount span.text:before, html .container .xengallerySideBar .section h3:before, .resourceListSidebar .secondaryContent h3:first-child:before { border-left: 0 !important; font-family: FontAwesome; content: "\f1b0" !important; width: 15px !important; line-height: 1 !important; top: 0px !important; }
View attachment 6136
This will cover all the places the blocks would normally show up.
Thanks for the code.Nice effect , good thoughts on that one.