Shape 5

Joomla Templates => New Vision - Club => : p15d24 February 04, 2016, 10:40:03 AM



: Increase font size for Read More...
: p15d24 February 04, 2016, 10:40:03 AM
How do I increase the font size for the "Read More..." link at the bottom of a news article? 


: Re: Increase font size for Read More...
: mikek February 04, 2016, 12:12:22 PM
Hello,

The font-size for readmores is controlled at line 195 of template.css:

a.readon, p.readmore a {
    background: rgba(0, 0, 0, 0) url("../images/s5_readmore.png") no-repeat scroll left center;
    font-size: 1em !important;
    padding: 0 21px;
}


: Re: Increase font size for Read More...
: p15d24 February 04, 2016, 08:35:14 PM
to confirm this section?

 200
 201 a.readon, p.readmore a {
 202    padding-top:0px;
 203    padding-bottom:0px;
 204    font-size:1em !important;
 205    background:url(../images/s5_readmore.png) no-repeat center left;
 206    padding-left:21px;
 207    padding-right:21px;
 208 }


: Re: Increase font size for Read More...
: mikek February 05, 2016, 08:29:34 AM
Hello,

Yes, that is the correct section.