is there a way to have the last word of the item Titel in special format? Titel will be "Kleine Knigge Ratgeber Reihe 2100" I need the 2100 suspended.
Regards
Guido
Fresh Boarder
GK User
Tue Oct 14, 2014 7:26 am
Hi, typical using CSS - is not possible, it request to create a plugin which will be generated before article will be shown. it means that you have to hire a Joomla Developer.
Platinum Boarder
GK User
Tue Oct 14, 2014 7:31 am
but if this static number "2100" must be added always, on all or on selected articles from menu only - there is a way, I suggest to use :after and content:"<sub>2100</sub>"; .... If you known CSS you will understand my concept.