|
1
|
/* Frontend CSS */ |
|
2
|
.post-views.entry-meta > span { |
|
3
|
margin-right: 0 !important; |
|
4
|
font: 16px/1; |
|
5
|
} |
|
6
|
|
|
7
|
.post-views.entry-meta > span.post-views-icon.dashicons { |
|
8
|
display: inline-block; |
|
9
|
font-size: 16px; |
|
10
|
line-height: 1; |
|
11
|
text-decoration: inherit; |
|
12
|
vertical-align: middle; |
|
13
|
}
|