Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Change font size & size of headline WordPress

  • SOLVED

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

Answers (3)

2012-07-09

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:

2012-07-09

Jatin Soni answers:

style.css
line 1468

.archive h3{
font-size:33px;
}

change it to
.archive h3{
font-size:18px;
font-weight:normal !important;
}

2012-07-09

Martin Pham answers:

Hi Charlotter,
mailto: [email protected]
I can help you ^^