read more button not showing on non k2 articles

GK User
Fri Feb 01, 2013 7:19 am
hi there

i want to have the "readmore" button appear on joomla articles as i am not using K2. can you advise a fix as currently its just showing an ugly text link.

thanks!
User avatar
Platinum Boarder

Konrad M
Fri Feb 01, 2013 7:48 am
Hi,
please go to template.css, joomla.css and style1.css,style2.css etc and find rules with this selector:
Code: Select all
.k2ReadMore

the add this selector to rules you will find:
Code: Select all
.readmore a
User avatar

GK User
Fri Feb 01, 2013 8:07 am
Konrad M wrote:Hi,
please go to template.css, joomla.css and style1.css,style2.css etc and find rules with this selector:
Code: Select all
.k2ReadMore

the add this selector to rules you will find:
Code: Select all
.readmore a




thanks - i couldnt find anything in the template.css file though. do i have to add something unique to that file?
User avatar
Platinum Boarder

Konrad M
Fri Feb 01, 2013 8:08 am
No you don't have to.
User avatar


cron