Remove icon before page headers
-
I have started a child theme and found this code for the icon before the page titles.
article.page .format-icon:before {
content: “??”;
font-size: 3em;
line-height: 0;
position: relative;
top: 14px;
}What do I do to this code to have it remove the icons before the page titles when adding it to my child theme?
Must be a simple question to someone who knows code??
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Remove icon before page headers’ is closed to new replies.