HOW TO CHANGE COLOR BLACK IN THE MENU

GK User
Mon Jul 30, 2012 8:06 am
HOW TO CHANGE COLOR BLACK IN THE MENU

to simplify what I mean I show the picture below.

thank you
Image
User avatar
Fresh Boarder

Konrad M
Mon Jul 30, 2012 8:41 am
Hi,
please try add to override.css
Code: Select all
#gkMainMenu, #gkMainMenu > div > ul {
background: #151515;
}

and set your own color value. Remember to enable override.css option in template settings.
User avatar

GK User
Mon Jul 30, 2012 8:50 am
hi konrad,

where location override.css for add your code
User avatar
Fresh Boarder

Konrad M
Mon Jul 30, 2012 10:32 am
Override.css file you will find in 'css' folder.
User avatar

GK User
Tue Jul 31, 2012 2:29 am
hi
Your code has been copied to the folder override.css.
 and i also have enable override.css option in the template settings. but no change, I want all black on a red template, background words in the "image show GK" also becomes red and red is also the title of the article, how to edit it, because I want my website to the dominant color the red.

thanks for the help
User avatar
Fresh Boarder

GK User
Tue Jul 31, 2012 3:05 am
How to change color black to red.... ???

Image

Image
User avatar
Fresh Boarder

Konrad M
Tue Jul 31, 2012 7:48 am
Please check if you cleared cache after you add rules to override.css To change rest backgrouds please add
Code: Select all
.banner .nspArt .nspContainer .nspHeader,
.gkIsWrapper-gk_boutique .gkIsTextTitle {
background: #000000;
}

and change value to red one.
To change colors, please add
Code: Select all
#gkBreadcrumb .breadcrumbs,#gkBreadcrumb .breadcrumbs > ul > li a,h1, h2, h3, h4, h5  {
color: #333;
}

and change color value.
User avatar

GK User
Tue Jul 31, 2012 8:43 am
hi Konrad
I've done what you asked, enter your code and activate the template settings override css. but no change. black color is not changed to red as I expected.

I memaksukan override.css your code is located:
xampp / htdocs / mywebsite / templates / gk_boutique / css / override.css

I change the template settings are located in:
template manager / select-default gk_boutique (click edit) / select advanced settings / css override (ON)

whether there is any change in what I do, please clue then ..

thank you
User avatar
Fresh Boarder

Konrad M
Tue Jul 31, 2012 9:03 am
Did you change color code to red one, or you just paste my code ?
User avatar

GK User
Tue Jul 31, 2012 9:30 am
.banner .nspArt .nspContainer .nspHeader,
.gkIsWrapper-gk_boutique .gkIsTextTitle {
background: #FF0000;
}

#gkBreadcrumb .breadcrumbs,#gkBreadcrumb .breadcrumbs > ul > li a,h1, h2, h3, h4, h5 {
color: #FF0000;
}

I change the color code, but no change
User avatar
Fresh Boarder

Konrad M
Tue Jul 31, 2012 9:34 am
Probably you didn't clear cache. Please go to Site->Maintenance->Clear Cache and delete all. Then refresh page.
User avatar

GK User
Tue Jul 31, 2012 9:47 am
clear cache ----> OK
refresh page ----> OK

but no change....
User avatar
Fresh Boarder

Konrad M
Tue Jul 31, 2012 9:57 am
Please send me PM with access to your joomla backend. Add link to this topic too.
User avatar

GK User
Tue Jul 31, 2012 10:45 am
hi Konrad
I am still working on my website on localhost, if you can provide code that is inserted into override.css to my problem, and give a step by step to set the settings in the backend joomla template. I just wanted to be the dominant black color red ....

thank you
User avatar
Fresh Boarder

Konrad M
Tue Jul 31, 2012 11:03 am
Try this code. I added !important rule.
Code: Select all
.banner .nspArt .nspContainer .nspHeader,
.gkIsWrapper-gk_boutique .gkIsTextTitle {
background: #FF0000 !important;
}
#gkBreadcrumb .breadcrumbs,#gkBreadcrumb .breadcrumbs > ul > li a,h1, h2, h3, h4, h5 {
color: #FF0000 !important;
}

This one should work.
User avatar

GK User
Tue Jul 31, 2012 11:52 am
hi Konrad
your code works, but only the title GK background image, background to the main menu and the title of the article is not changed to red

thank you
User avatar
Fresh Boarder

Konrad M
Wed Aug 01, 2012 12:20 pm
Please let me know wnhe nyou publish your site. Becasue now I can only guess.
User avatar

Konrad M
Thu Aug 16, 2012 10:27 am
I got your message. Please try add to override.css
Code: Select all
.itemDate {
display:none;
}
.item-title h2 a {
color:maroon !important;
}
#gkMainMenu, #gkMainMenu > div > ul {
background: maroon!important;
}

About Virtuemart issue please try change name html/com_virtuemart/ name for a moment and check if issue still exist. If yest it is VM issue. Try update VM to the latest version.
User avatar


cron