-
AuthorPosts
-
December 21, 2017 at 4:17 am #1082556
I have a problem to change the background color of the menu into Blue, could anyone help me on that
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 21, 2017 at 8:55 am #1082613Hi,
You can use some custom CSS to change background color:
.t3-mainnav { background-color: #13036d; }
add into the file: root/templates/ja_focus/css/custom.css (Create this file if it doesn’t exist)
P/s: I don’t see the screenshot in your reply.
Regards
1 user says Thank You to Saguaros for this useful post
December 21, 2017 at 9:02 am #1082617December 21, 2017 at 9:14 am #1082625I did it and the background is changed successfully thank you, how I can change the text of the menu into WHITE #ffffff
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 21, 2017 at 10:06 am #1082637Yes, you will need to change color of several elements in the main menu. Try with below custom CSS:
.t3-mainnav .t3-navbar .navbar-nav > li > a { color: #ffffff; } .t3-megamenu .nav > .dropdown > .dropdown-toggle .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } .t3-mainnav .t3-navbar .navbar-nav > li:last-child > span { color: #ffffff; }
1 user says Thank You to Saguaros for this useful post
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 6 replies, has 2 voices, and was last updated by Saguaros 6 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Changing the Color of JA FOCUS
Viewing 7 posts - 1 through 7 (of 7 total)