-
AuthorPosts
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 21, 2017 at 4:11 am #1075575Hi,
Could you share screenshot illustrate the modification you expect? as by default, each menu item has its own color.
keytianemouzar Friendkeytianemouzar
- Join date:
- November 2017
- Posts:
- 69
- Downloads:
- 74
- Uploads:
- 79
- Thanks:
- 2
November 21, 2017 at 7:21 pm #1075710Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 22, 2017 at 3:42 am #1075797It seems to be the same with demo site, did you check out this guideline for how to set it up? https://www.joomlart.com/documentation/joomla-templates/ja-teline-v/how-to#category-color
In case that you wanna custom color, you can follow steps in this topic: https://www.joomlart.com/forums/topic/change-menu-colors-with-category-class-how-to/
keytianemouzar Friendkeytianemouzar
- Join date:
- November 2017
- Posts:
- 69
- Downloads:
- 74
- Uploads:
- 79
- Thanks:
- 2
November 23, 2017 at 1:17 pm #1076187Good Morning! The information you sent me helped me a lot. But I needed the color to be set in the menu and not just when I hover the mouse over it. How can I do this?
- Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 24, 2017 at 2:57 am #1076354You can open the file: root/templates/ja_teline_v/less/megamenu.less
Look for the declaration of color themes:
// Color Themes // ------------ .cat-red { border-color: @red !important; background-color: @white;
and change the ‘background-color’ property to red:
// Color Themes // ------------ .cat-red { border-color: @red !important; background-color: @red;
You can do the same with other colors
Pls note that this change is in LESS file so if your site is not running with Development mode (check in template manager) you will need to compile less to css to see the changes (REMEMBER to backup all css files first)
keytianemouzar Friendkeytianemouzar
- Join date:
- November 2017
- Posts:
- 69
- Downloads:
- 74
- Uploads:
- 79
- Thanks:
- 2
November 24, 2017 at 3:58 pm #1076534Hello, I can not thank you for everything that has helped me so far. I just have one more question. How do I make the menu font to be white and not gray?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 27, 2017 at 8:37 am #1076928You can change via file: root/templates/ja_teline_v/less/navbar.less
At approx line 159: http://prntscr.com/hfrdih
and change to your desired color.
keytianemouzar Friendkeytianemouzar
- Join date:
- November 2017
- Posts:
- 69
- Downloads:
- 74
- Uploads:
- 79
- Thanks:
- 2
November 28, 2017 at 11:27 am #1077354Thank you!
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by keytianemouzar 6 years, 11 months ago.
The topic ‘How do I change the color of each menu?’ is closed to new replies.
Jump to forum
How do I change the color of each menu?
Viewing 8 posts - 1 through 8 (of 8 total)