Change parameters on intro-text

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Sun May 06, 2012 2:29 am
how can i change intro-text css on joomla articles? like this (but on joomla articles & League News
) :
https://www.gavick.com/forums/132/chang ... css#p74688
User avatar
Fresh Boarder

GK User
Sun May 06, 2012 5:43 pm
Hi

Joomla! blog intro text doesn't have the same features as on K2.
On joomla the intro text is the one added before "read more" but when you drill into the article, full page text is displayed without intro text identification.

So if you still want to style on blog layout, you can use this on override.css file:
Code: Select all
.blog p {font-style: italic!important; font-weight: bold!important}


Or if you want to enhance (i.e.) specific paragraph you need to add custom class on that paragraph.
For example, adding this class on override.css file:
Code: Select all
p.blog_myintro {font-style: italic!important; font-weight: bold!important}


On the article with toogle editor mode enable, this paragraph should be like this:

Code: Select all
<p class="blog_myintro">Cras mattis consectetur purus sit amet fermentum. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Etiam porta sem malesuada magna mollis euismod. </p>


Hope this could help.

Cheers ;)
User avatar
Platinum Boarder

GK User
Sun May 06, 2012 9:25 pm
thanx. i added that class to jce "styles list". it's nice. i want to add to "format list", but i couldn't. do you know how i can?
User avatar
Fresh Boarder

GK User
Sun May 06, 2012 10:57 pm
Sorry. Don't know how.
User avatar
Platinum Boarder


cron