FONT COLOUR QUARK FRONT PAGE

Multipurpose WordPress Theme Forum Support
GK User
Mon Nov 02, 2015 2:04 pm
How is the font colour change in quark front page
User avatar
Junior Boarder

GK User
Tue Nov 03, 2015 9:58 am
Hi,

I need to know which text exactly do you want to change, because there are a lot of different text sections on the quark frontpage, could you provide a screenshot or more details?
User avatar
Moderator

GK User
Thu Nov 05, 2015 1:52 am
Hi Piotr, the first thing you see

http://sprucelondon.com/magazine/
User avatar
Junior Boarder

GK User
Thu Nov 05, 2015 1:23 pm
Add the following code into the theme’s css/override.css file or use any custom css plugin:
Code: Select all
/* white header */
#gk-header-mod h1,
#gk-header-mod h2 {
  color: #aaa;
}
/*next header */
.gk-desc h2 {
color: #aaa;
}
/*new for 2016 */
.gk-big-heading {
color: #aaa;
}

change color values to your own.
User avatar
Moderator

GK User
Fri Nov 06, 2015 2:22 am
Piotr Kunicki wrote:Add the following code into the theme’s css/override.css file or use any custom css plugin:
Code: Select all
/* white header */
#gk-header-mod h1,
#gk-header-mod h2 {
  color: #aaa;
}
/*next header */
.gk-desc h2 {
color: #aaa;
}
/*new for 2016 */
.gk-big-heading {
color: #aaa;
}

change color values to your own.


That did it thanks
same theme different question, where does Garland Noah come from
User avatar
Junior Boarder

GK User
Fri Nov 06, 2015 10:01 am
Please check the Testimonials page (the subpage of your frontpage), here you can edit the content with Garland Noah.
https://www.gavick.com/wordpress-themes ... stimonials
User avatar
Moderator


cron