Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

file Changing some colors

More
8 years 10 months ago - 8 years 10 months ago #5034 by Mattijs Franken
Probably a simple question , but I can't find the right (css)files for changing the colors of the menu and the dark color at the bottom of the website.
I have already changed some parts with the theme magic of the template but for the parts named above I can't find the right codes.
I have saved my settings in theme magic under the code red .

Hopefully somebody can point me to the right css files where I can change the code.

With kind reguards.

The website where I am talking about is www.sinterklaashalsteren.nl
Last edit: 8 years 10 months ago by Mattijs Franken. Reason: colors of the business

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #5058 by Nguyen Sy Tinh
Replied by Nguyen Sy Tinh on topic Changing some colors
Hi,
You want to change background color of the menu and footer, you can find to "variables.less"

(root/template/jux_galiana/less/variables.less), you will see:

// custom style

@style_color: #40252e; //background: main menu, footer

@style_color2: #5e4f54; // text color footer

@style_color_over: #b27427; //color hover

You can edit the color, After editing is done, you do as attachments.
Attachments:

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #6274 by TKK
Replied by TKK on topic Changing some colors
Hi,

About the menu, text separator menu items (unclickable) shows different color to others.

In my case with blue version of the template, all other parent menu items' letters remains white (selected or not selected) but the text separator menu items' letters are gray when not selected and become white when selected - in contrast to the sub-menu items' letters - white at first but became gray when selected.

Also ,Can you tell me how to change text color for copyright section?

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #6278 by Nguyen Sy Tinh
Replied by Nguyen Sy Tinh on topic Changing some colors
Hi,
You can change text color for copyright:
- Add the following lines in "custom.css" file:
#t3-copyright small {
color: red; //edit color you want
}
The following user(s) said Thank You: TKK

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #6282 by TKK
Replied by TKK on topic Changing some colors
Thank you.

I could change text color for copyright.

Looking forward to hearing about following matter:

About the menu, text separator menu items (unclickable) shows different color to others.

In my case with blue version of the template, all other parent menu items' letters remains white (selected or not selected) but the text separator menu items' letters are gray when not selected and become white when selected - in contrast to the sub-menu items' letters - white at first but became gray when selected.

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #6307 by Nguyen Sy Tinh
Replied by Nguyen Sy Tinh on topic Changing some colors
Hi,
'Text separator ' is joomla system definition ==> shows different color to others.
If you want to change 'Text separator' color --> white, you can add the following lines in 'custom.css':
.nav > li > .separator{
color:#fff;
}
.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret{
border-top-color: #fff !important;
border-bottom-color: #fff !important;
}
The following user(s) said Thank You: TKK

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #6310 by TKK
Replied by TKK on topic Changing some colors
Done. Thank you!

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.044 seconds
Powered by Kunena Forum