Generic "Page" Icon in Titles?
Lemans
Registered Users Posts: 53 Big grins
Good Morning!
Does anyone know the code to make the generic page icon disappear? It's on my blog pages with the titles and sits to the left of them. I assume it's similar to the one that removes the generic icon from the galleries but I have no idea what code is needed to make it go away. Thanks in advance!
Lee
www.lemansstudios.com
Does anyone know the code to make the generic page icon disappear? It's on my blog pages with the titles and sits to the left of them. I assume it's similar to the one that removes the generic icon from the galleries but I have no idea what code is needed to make it go away. Thanks in advance!
Lee
www.lemansstudios.com
Leman's Studios
0
Comments
/*Removes Generic Page Icon*/
.sm-fonticon.sm-tile-type-icon.sm-tile-info-icon:after {
display: none;
}