-
AuthorPosts
-
August 6, 2014 at 12:45 pm #200295
I tried to change the title color in the megamenu from #73bfe6 to #a01e2d. It works when I use thememagic but that changes the primary color in the entire template which I don’t want to do.
So I tried several files like megamenu.css, megamenu.less or a custom.css but without success. I’m working on a local joomla installation so I can’t post a link.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 6, 2014 at 12:53 pm #544815Hello
can you post a screenshot of your problem ..
so that i can try to help you out .
you can also use Joomlart demo builder to explain your problem .August 6, 2014 at 1:19 pm #544817Everything that is light blue should be red. So the active menu item aswell as when I hover an item.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 6, 2014 at 3:43 pm #544830If you have not already done so, create a new file called “custom.css” within file path —>
/templates/ja_nuevo/css/Within that custom/css file, paste the following CSS rule:
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
background-color: transparent;
color: #73bfe6
}Modify the color code to what ever color you wish.
SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
1 user says Thank You to TomC for this useful post
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 6, 2014 at 4:13 pm #544839<em>@baud 439869 wrote:</em><blockquote>
Everything that is light blue should be red. So the active menu item aswell as when I hover an item.</blockquote>
Hello thanks for the screenshot .
Add this css in your custom.css file . (template/yourtemplate/css/custom.css)
.t3-mainnav .t3-navbar .navbar-nav > .active > a {border-color: #a01e2d; }
.navbar-default .navbar-nav > .active > a {color: #a01e2d;}
.t3-mainnav .t3-navbar .navbar-nav > li > a:hover {color: #a01e2d; border-color: #a01e2d;}
Save the file . and check front-end .
your menu will look like this >>> http://prntscr.com/4a5mbhHope it helps you 🙂
1 user says Thank You to Pankaj Sharma for this useful post
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by Pankaj Sharma 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Title color megamenu
Viewing 5 posts - 1 through 5 (of 5 total)