Changing font color of Titles or adding background color

GK User
Sat Sep 27, 2014 2:21 pm
Hi,

I want to change the font color of the title that appears with the banner images on pages like Reservation i.e.
(Reservation
We look forward to serving you the best steakhouse experience.)

With the images I'm using, the white color doesn't dwell in well. Can you please provide a way to change this.

Also, I would want to add a background color to the same text. How do I achieve this?

Thanks
User avatar
Senior Boarder

teitbite
Sun Sep 28, 2014 9:11 am
Hi

Try with this code:

Code: Select all
.bigtitle > header > h1 {
background-color: red;
}

.bigtitle > header > h1 > a,
.bigtitle > header > h1 > span {
color: yellow;
}
User avatar
Moderator


cron