-
AuthorPosts
-
December 21, 2015 at 11:21 am #826888
With the following code, I changed some colors. I stayed in two areas. Section when the menu opens and position8, position9, position10, which is part of the position11 field. ( I think the name of this last section t3-s1)
My custom.css file in this code .btn-primary { background-color: #0c426f; border-color: #1f537e; color: #ffffff; }
.navbar-default { background-color: #0c426f; border-color: #1f537e; } .navbar-default .navbar-nav > li > a { text-transform: capitalize!important; }
.t3-header { background: #0c426f!important }
.t3-navhelper { background: #0c426f!important }
.t3-footer { background: #0c426f!important }
But I dont find main menu subtitle area and t3-s1 area changing color.
web site: http://www.kilicaslan.k12.tr
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 21, 2015 at 7:07 pm #827651To modify the background color of the menu dropdown . . .
Look to file path —>/templates/ja_university_t3/local/css/megamenu.css
scroll until you find the following CSS rule:.t3-megamenu .mega-dropdown-menu { background: #1b212a none repeat scroll 0 0; border: medium none; border-radius: 0; }
Modify the "background" property with the color code you wish.
SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
December 21, 2015 at 8:42 pm #827799TomC Thanks. First step some okey. Now splite line color problem.
And other area how can I change color (position8, position9, position10, which is part of the position11 field) ?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 21, 2015 at 9:15 pm #827808Look for the following CSS rule within the same file path as above:
.t3-megamenu .mega-nav > li, .t3-megamenu .dropdown-menu .mega-nav > li { border-top: 1px solid #252d3a; }
Modify the color code to whatever you wish.
December 21, 2015 at 9:31 pm #827818Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 25, 2015 at 2:49 am #831048Look at the screen below
Have you solved it on your site? I see the border color under menu site on your site is working fine.
December 25, 2015 at 7:58 am #831314Please look at the attach pictures.
- Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 28, 2015 at 5:16 am #832837You can try to apply my tweak below to fix the problem on your site
Open modules/mod_jaslideshowlite/assets/css/mod_jaslideshowlite-custom.css file
find and change
.ja-ss-desc { bottom: 30%; left: -20%; opacity: 0; background: #FFF; width: 150px; }
to
.ja-ss-desc { bottom: 39%; left: -20%; opacity: 0; background: #FFF; width: 150px; }
Let me know if it helps
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 7 replies, has 3 voices, and was last updated by Ninja Lead 8 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
How can I change Ja Universty template color?
Viewing 8 posts - 1 through 8 (of 8 total)