-
AuthorPosts
-
relsig Friend
relsig
- Join date:
- October 2007
- Posts:
- 218
- Downloads:
- 22
- Uploads:
- 61
- Thanks:
- 16
- Thanked:
- 10 times in 3 posts
March 1, 2015 at 2:37 pm #204231Hello
This is also a thread that got lost…
I would like to change the font color and the padding of the submenu. Unfortunately it seems that I can’t find the right spot.I would like the menu items marked with the black arrows to appear in #666 and in the submenu there should be a padding left of 10 pixels.
I thought I had to do this in megamenu.less but somehow I can’t find the right spot any more.
Can this be done, so that I won’t have to redo it every time there will be an update of JA-Brisk?Thanks
Roger
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 2, 2015 at 7:26 am #561179In this case, I need to check it directly on your site and suggest the solution for you, please check and give me URL of your site again. I could not access URL of your site.
relsig Friendrelsig
- Join date:
- October 2007
- Posts:
- 218
- Downloads:
- 22
- Uploads:
- 61
- Thanks:
- 16
- Thanked:
- 10 times in 3 posts
March 2, 2015 at 1:10 pm #561231send you a PM
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 3, 2015 at 3:52 am #561328<em>@relsig 461061 wrote:</em><blockquote>send you a PM</blockquote>
You can fix the problem on your site with the solution below
Open templates/ja_brisk/css/custom.css file and add new rule
.t3-megamenu .dropdown-menu .mega-nav {
margin-left: 4px;
padding-left: 4px;
}
1 user says Thank You to Ninja Lead for this useful post
relsig Friendrelsig
- Join date:
- October 2007
- Posts:
- 218
- Downloads:
- 22
- Uploads:
- 61
- Thanks:
- 16
- Thanked:
- 10 times in 3 posts
March 3, 2015 at 8:40 pm #561461Thanks, how about the color?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 3, 2015 at 9:09 pm #561466<em>@relsig 461345 wrote:</em><blockquote>Thanks, how about the color?</blockquote>
Within the same custom.css file, paste the following CSS rule:
.t3-megamenu .dropdown-menu .mega-nav li > a {
border-top: 1px solid #eee;
color: #ff0000;
display: block;
line-height: 20px;
padding: 5px 20px;
}Modify the color code to whatever color you wish.
Hope That Helps
1 user says Thank You to TomC for this useful post
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by TomC 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Changing font color an padding left
Viewing 6 posts - 1 through 6 (of 6 total)