Directions to change pink color on header, titles and links

Support desk for Multipurpose Quark Theme
GK User
Tue Feb 24, 2015 10:44 am
Hello there,

Can you give me directions on how to change the pink color of the Quark template in a color that I wish?

The pink color is present on headers, menu items, article titles and all links. I want this to generally be changed to some other color. Where do I put the HEX code for the new color?

Thanks in advance.
User avatar
Fresh Boarder

GK User
Tue Feb 24, 2015 10:58 am
I am also searching for this. In some pages my menu appears white and some pages black. Does anyone have also a fix for this?
User avatar
Gold Boarder

teitbite
Tue Feb 24, 2015 7:07 pm
Hi

A background image with this color is /images/demo/header_bg.jpg

Rest of this colours changes is already explained here: https://www.gavick.com/forums/universit ... page-43581
User avatar
Moderator

GK User
Wed Feb 25, 2015 10:12 am
teitbite wrote:Hi

A background image with this color is /images/demo/header_bg.jpg

Rest of this colours changes is already explained here: https://www.gavick.com/forums/universit ... page-43581


Im sorry but i couldn't find how to change the menu text color correctly.

On some pages my menu text colour is white and some black. I want all white how can i change that?

I am new to joomla and coding, sorry!
User avatar
Gold Boarder

GK User
Thu Feb 26, 2015 11:42 pm
Hi,

Fisrt of all you need to read this: https://demo.gavick.com/joomla3/quark/t ... e-suffixes

Step by step

You need define suffixes for specified pages - based on ItemID or option value. How?:

1. Go to "Menu" (Main Menu f.e.)
2. Copy the ItemID of the menu (Home f.e.)
3. Go To Template Manager and select Quark template
4. Go to Features. At the bottom you'll find the forms.
User avatar
Fresh Boarder

teitbite
Wed Mar 04, 2015 2:46 pm
Hi

Hi sorry for delay, I lost my computer and had no way to answer faster.

If You want to use white menu text all the time, than it means You will have to add "dark-bg" page class suffix to every page of Your website, which may be hard, so in this case I advice to overwrite the code ot use white all the time by adding this to override.css:

Code: Select all
#gkLogo.text,
#gkMobileMenu span {
    color: #fff !important;
}

#gkMobileMenu i,#gkMobileMenu i::after, #gkMobileMenu i::before {
    background: none repeat scroll 0 0 #fff !important;
}
User avatar
Moderator


cron