View Icon Change

Posted in: Newspaper
Post count: 3

Hello Sir,
I want to change view icon in Block and Post Page .Insert text [Views] instead of icon in block and post Page . Please Kindly Reply Me ASAP

http://www.screencast.com/t/9Zh1te3mKZte

http://www.screencast.com/t/YFV4D2dvn

  • This topic was modified 8 years by Owais.
Post count: 20688

Hi,

That is a font icon predefined in the theme
https://www.screencast.com/t/XuAnAnUHvutm
It is applied with CSS in the theme stylesheet
https://www.screencast.com/t/7SxZYXmRW1r
So if you want to replace that icon with the word “Views” you could make the modification there, in the stylesheet. Or use a custom code like this to override it
https://www.screencast.com/t/uE0eol92

.td-icon-views:before {
content: 'Views';
}

The code can be entered in Theme panel->CUStom CSS code.
Additional styling may be required since there is no theme style for displaying a word in that location.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.