Remove the formating 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
Thu Nov 08, 2012 10:48 pm
Reply with quote
Report this post
As seen in the attached image I would like to remove the graphical layout and only present the "read more.." as a text without the blue surroundings.
User avatar
Gold Boarder

teitbite
Fri Nov 09, 2012 1:56 am
Reply with quote
Report this post
Hi

Please show me an exact page You would like to make this modification.
User avatar
Moderator

GK User
Fri Nov 09, 2012 10:15 am
Reply with quote
Report this post
Hi I will send you a private message with link and login :)
User avatar
Gold Boarder

teitbite
Fri Nov 09, 2012 8:37 pm
Reply with quote
Report this post
Hi

Ok. I had to confirm which read more button is that. This one can be customized using this css:

Code: Select all
a.itemReadMore,
a.itemReadMore:hover {
background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    color: #AAAAAA;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: 600;
    height: auto;
    line-height: 35px;
    margin: 0;
    padding: 0 11px;
    text-align: center;
    text-transform: none;
}
User avatar
Moderator

GK User
Fri Nov 09, 2012 9:26 pm
Reply with quote
Report this post
Should I add this CSS to the template.css?

Please specify which CSS file I should change/add/modify.

Tanks!
User avatar
Gold Boarder

teitbite
Sat Nov 10, 2012 2:20 am
Reply with quote
Report this post
Hi

All css modifications should be placed it override.css, but please make sure this file is enabled in template setting in order to activate it on site.
User avatar
Moderator

GK User
Sat Nov 10, 2012 8:40 am
Reply with quote
Report this post
Thank you tetbite!
I appreciate your help :)
Have a good day! :P
User avatar
Gold Boarder


cron