Text instead of icons with post navigation
is it possible to have a link text instead of the 4 small icons on single post page navigation (please view http://www.allgaiabua.de/kjp/ein-weiterer-beitrag). How do I solve this?
Thank you and best regards
Comments
sorry but this is not possible, only those 4 icons are avaliable. We could help you change the icon
thanks
thank you - what icons are possible at this position? I would like to use the icon-dot-3 if it is possible. How do I do this?
Thanks in advance and best regards
http://themes.muffingroup.com/be/theme/shortcodes/typography/#icons
Pick one from here.
I would like to take the icon-dot-3 - how do I have to integrate it?
Thanks and best regards
.single-post .home:before {
content: '\e862';
font-family: "mfn-icons";
text-align:center;
font-size:26px;
color:black !important;
}
.single-post .home:hover {
text-decoration:none !important;
}
.single-post .home svg {
display:none !important;
}
Thanks a lot