K2 problem. Need help! - Joomla! Forum - community, help and support
i new user of k2, spent 2 days trying fix following problem:
i created articles in k2 , inserted "read more" feature inside of them. on front page looks nice , want to, part of article , if want read more, have click , go article.
but here problem starts: when open whole article, part before "read more" on main page stays in bold text , bigger fonts. tried find should change avoid , have whole article same fonts, seems nothing works.
maybe can me figure out wrong.
thanks in advance
i created articles in k2 , inserted "read more" feature inside of them. on front page looks nice , want to, part of article , if want read more, have click , go article.
but here problem starts: when open whole article, part before "read more" on main page stays in bold text , bigger fonts. tried find should change avoid , have whole article same fonts, seems nothing works.
maybe can me figure out wrong.
thanks in advance
use ftp or file manager ninjaxplorer navigate to:
find following css around line 45 :
you can edit values whatever want, or remove following looking rest of page:
code: select all
/components/com_k2/css/style.css
find following css around line 45 :
code: select all
div.itemintrotext {
color:#444444;
font-size:18px;
font-weight:bold;
line-height:24px;
padding:4px 0 12px;
}
you can edit values whatever want, or remove following looking rest of page:
code: select all
div.itemintrotext {}
Comments
Post a Comment