Button for "Read More"

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Jun 17, 2013 9:33 am
Reply with quote
Report this post
Hi there,

How can we use a button for "Read more" (similar used in the contact form for "send message") in k2 categories?

Thanks!

Andres Santiago
User avatar
Expert Boarder

teitbite
Mon Jun 17, 2013 1:01 pm
Reply with quote
Report this post
Hi

Can You please try to explain it a little better. I do not understand. Please try to show this on live site.
User avatar
Moderator

GK User
Tue Jun 18, 2013 12:50 am
Reply with quote
Report this post
In K2 categories is not a button for "read more.." just the text. I want to use a button like used in this example http://demo.gavick.com/joomla25/simplic ... tems-1-col

Thank you
User avatar
Expert Boarder

teitbite
Tue Jun 18, 2013 10:02 am
Reply with quote
Report this post
Hi

Ok. Now I understand. Please show me an exact page with an example, so I'll see what code is missing.
User avatar
Moderator

GK User
Tue Jun 18, 2013 1:45 pm
Reply with quote
Report this post
Hi,
Here are two pages where I want to use the button for "read more..." http://www.atjump.com/index.php/k2/k2-categories and http://www.atjump.com/index.php/k2/k2-items-3-cols

Thank you!
User avatar
Expert Boarder

teitbite
Wed Jun 19, 2013 9:38 pm
Reply with quote
Report this post
Hi

please add this code to css:

Code: Select all
#gkMainbody a.readon {
    background: none repeat scroll 0 0 #4C90FE;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 51px;
    padding: 0 20px;
    transition: all 0.3s ease-out 0s;
}
User avatar
Moderator

GK User
Thu Jun 20, 2013 12:14 am
Reply with quote
Report this post
Please let me know in which file we have to add the code, to override css file or which css file?

Thank you
User avatar
Expert Boarder

teitbite
Thu Jun 20, 2013 2:03 pm
Reply with quote
Report this post
Hi

Please use override.css file, but remember to allow using of override in template settings.
User avatar
Moderator


cron