-
AuthorPosts
-
manul Friend
manul
- Join date:
- February 2009
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
October 29, 2013 at 8:10 am #191786I am using ja_fixel – Home Blue template, default layout and megamenu.
1. I want to change the color of active options in the megamenu
2. I want to change the background color for the front page articles from black to another colorHow can I do this?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 30, 2013 at 6:25 am #510630So that I can try to best assist you, please provide the url of the site you’re working on,
as well as temporarily set your site to “Development Mode” within your Template Manager–General settingsphong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 30, 2013 at 2:01 pm #510675Hi manul,
You can create a custom.css file at templates/ja_fixel/css/ path and put below override css styles into:
/*The color of active options in the megamenu*/
.t3-mainnav .navbar .nav > .active > a:after {
background: red !important;
}/*The background color for the front page articles f*/
fixel-grid .items.text article {
background: #fff;
}You can change the corresponding color i noted inside codes above.
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 3 voices, and was last updated by phong nam 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
how to change the color? (front page articles & megamenu)
Viewing 3 posts - 1 through 3 (of 3 total)