Shape 5

Joomla Templates => Sportopolis - Club => : steviegoog March 26, 2010, 04:37:50 AM



: Read More CSS
: steviegoog March 26, 2010, 04:37:50 AM
Looking at the template css i noticed two x padding left?
What am trying to get is the text to be white with a red box around it, i can get the text to go white when its hovered but not by default?

a.readon  {
   float: left;
   background:#990000;
   color:#ffffff;
   border:solid 1px #484848;
   padding-left:20px;
   display: block;
   line-height:24px;
   padding-left:9px;
   margin-top:15px;
   height:22px;
   width:70px;
   font-size:11px;
   font-weight: bold;
   text-decoration: none; }



a.readon:hover, a.readon:active, a.readon:focus  {   
   text-decoration:underline;
   color:#ffffff;}


: Re: Read More CSS
: mikek March 26, 2010, 07:25:16 AM
Hello, can you please post a url of where the read mores are on your site?


: Re: Read More CSS
: steviegoog April 06, 2010, 02:08:56 PM
http://www.ultimate-mobiles.com/news/ its under construction at present


: Re: Read More CSS
: mikek April 07, 2010, 07:13:19 AM
Hello, try adding the following to the bottom of style1.css:

a.readon {
color:#FFFFFF;
}