Remove Read more

Latest Reply from Alice at 2013-12-09 07:57:37
Hi!
I need to remove the Read more but I don't know how to do it. I will be grateful for any response.

My theme is LuxuryFashion and my website is http://ells.cz/
Hi!
To change the button "Read More" you have to change the code:
/*------------------------------ CONTENT ------------------------------*/
.articles .post-caption p, .articles .post-caption {padding:0;}
#commentform #submit, input.readmore, a.readmore {
background:url(images/readmore.png) left top no-repeat;
width:131px;
border:0px;
height:31px;
text-align:center;
line-height:31px !important;
color:#fff;
text-decoration:none;
padding:0;
}

in the file style.css.
But keep in mind that editing this part of code entail changing the appearance of other buttons.

Leave a reply

Add codeAdd image