Title Size Change

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Thu Dec 06, 2012 12:10 am
Hi Guys,

i need your help on another issue!
How i can change Title Sizes for Multiple articles that shown in a Category Blog Menu (Image Test1)?
I did it with success on single articles (Image Test2) by changing my css with: .contentheading {font-size: 24px;} but i don't know how to do it for multiple articles like image Test1 that there are on a Category Blog menu!

Any help would be perfect!

Regards,
User avatar
Fresh Boarder

Konrad M
Thu Dec 06, 2012 9:45 am
Hi,
please try add to override.css
Code: Select all
.blog .itemToolbar h2 {
font-size: 45px;
}

and increase or decrease this value to fit your needs. Rememeber to enable override.css option in template settings.
User avatar

GK User
Thu Dec 06, 2012 10:13 am
Really Great! I change it successfully!
And if i want to change the alignment from center to right what else i have to include?

Thanks for your help!!!
User avatar
Fresh Boarder

Konrad M
Thu Dec 06, 2012 11:01 am
Add to my previous code this rule:
Code: Select all
text-align: right;
User avatar

GK User
Mon Dec 10, 2012 11:57 am
Konrad M wrote:Add to my previous code this rule:
Code: Select all
text-align: right;


Thanks for the code, but actually as you can see from my screeshot this isn't actually an alignment problem.
How i can make a setting in order the title to begin from the left (like the text)?
User avatar
Fresh Boarder

Konrad M
Mon Dec 10, 2012 12:10 pm
Please give me a link to page with this issue.
User avatar

Konrad M
Mon Dec 10, 2012 12:39 pm
Please try add to override.css
Code: Select all
.blog .itemToolbar {
margin: 0 0 25px 0px !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Dec 10, 2012 1:26 pm
Very helpful as always.... Really thanks!
User avatar
Fresh Boarder


cron