Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$8
Change font size & size of headline
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
This question has been answered.
Charlotte Raboff | 07/09/12 at 4:12pm
Edit
(3) Possible Answers Submitted...
See a chronological view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
07/09/12
4:26pmNavjot Singh says:In your style.css replace
.archive h3 {
font-size:33px;
padding:14px 15px;
}
with
.archive h3 {
font-size:18px;
padding:14px 15px;
}
-----
Remove
line to align the background.padding:14px 15px;Previous versions of this answer: 07/09/12 at 4:26pm
- 07/09/12 4:22pm
Charlotte Raboff says:Ok, thanks :)
Where do I change the size of the background so it is align with Hotel Discounts background? - 07/09/12 4:25pm
Navjot Singh says:
- 07/09/12 4:22pm
-

Last edited:
07/09/12
4:20pmJatin Soni says:style.css
line 1468
.archive h3{
font-size:33px;
}
change it to
.archive h3{
font-size:18px;
font-weight:normal !important;
} -

Last edited:
07/09/12
4:21pm
This question has expired.
Gabriel Reguly, Hai Bui, Charlotte Raboff, Francisco Javier Carazo Gil voted on this question.
Current status of this question: Completed
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
