Hi,
I want to change the headline font and background to a smaller font, see image how it should look like
on this page
http://www.airlinestaffrates.com/travelmagazine/
and category pages
http://www.airlinestaffrates.com/travelmagazine/category/central-america/
Can I mail you the style.css code so you can change directly in it?
Thanks
Charlotte
Navjot Singh answers:
In your style.css replace
.archive h3 {
font-size:33px;
padding:14px 15px;
}
with
.archive h3 {
font-size:18px;
padding:14px 15px;
}
-----
Remove padding:14px 15px;
line to align the background.
Charlotte Raboff comments:
Ok, thanks :)
Where do I change the size of the background so it is align with Hotel Discounts background?
Navjot Singh comments:
Jatin Soni answers:
style.css
line 1468
.archive h3{
font-size:33px;
}
change it to
.archive h3{
font-size:18px;
font-weight:normal !important;
}