"Read More" link is always bold. - Joomla! Forum - community, help and support
hi everyone,
i'm using template beez5 on joomla 2.5 me new template , new layout. read more link on feature articles bold. looks don't have control on feature main beez5 .css file. thus, seems come out joomla code don't want believe, of course.
any on this?
thanks,
jmgc
i'm using template beez5 on joomla 2.5 me new template , new layout. read more link on feature articles bold. looks don't have control on feature main beez5 .css file. thus, seems come out joomla code don't want believe, of course.
any on this?
thanks,
jmgc
look in file:
/templates/beez5/css/layout.css
find code:
you can change font-weight: bold; normal.
always make backup of file/code before editing.
mark
/templates/beez5/css/layout.css
find code:
code: select all
#main .readmore {
display: inline-block;
font-weight: bold;
margin-top: 5px;
padding: 2px 5px 2px 10px;
text-decoration: none;
}you can change font-weight: bold; normal.
always make backup of file/code before editing.
mark
Comments
Post a Comment