Tagged: caret
-
AuthorPosts
-
Mikhail Friend
Mikhail
- Join date:
- February 2016
- Posts:
- 36
- Downloads:
- 128
- Uploads:
- 22
- Thanks:
- 9
- Thanked:
- 2 times in 1 posts
May 22, 2017 at 7:25 am #1035890The caret near dropdown menu item is abnormal. How to fix it?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 22, 2017 at 7:52 am #1035901Hi
Can you provide the screenshot of the problem with caret style?
It will help me to understand the issue.
RegardsMikhail FriendMikhail
- Join date:
- February 2016
- Posts:
- 36
- Downloads:
- 128
- Uploads:
- 22
- Thanks:
- 9
- Thanked:
- 2 times in 1 posts
May 22, 2017 at 7:57 am #1035903Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 22, 2017 at 8:01 am #1035905Hi
I am getting this view from your site http://prntscr.com/fan23h
Can u illustrate what you want to change in caret?Mikhail FriendMikhail
- Join date:
- February 2016
- Posts:
- 36
- Downloads:
- 128
- Uploads:
- 22
- Thanks:
- 9
- Thanked:
- 2 times in 1 posts
May 22, 2017 at 8:04 am #1035907This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 23, 2017 at 1:34 am #1036127Hi
The style for the caret is same http://prntscr.com/faz3ja
Can u share what u want to modify in it?
Here is demo site using the same style http://ja-charity.demo.joomlart.com/index.php/ar/Regards
Mikhail FriendMikhail
- Join date:
- February 2016
- Posts:
- 36
- Downloads:
- 128
- Uploads:
- 22
- Thanks:
- 9
- Thanked:
- 2 times in 1 posts
May 23, 2017 at 2:28 am #1036151I mean that in demo site the caret is in middle of the word. But in my site the caret is in top and color is blue.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 23, 2017 at 2:39 am #1036153Hi
On your site, the colour is different because of the theme colour of your site.
add below code in custom.css file.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret { margin-top: 6px; border-top-color: #1e6698; border-bottom-color: #1e6698; }
change the color codes with your color code.
Regards
1 user says Thank You to Pankaj Sharma for this useful post
Mikhail FriendMikhail
- Join date:
- February 2016
- Posts:
- 36
- Downloads:
- 128
- Uploads:
- 22
- Thanks:
- 9
- Thanked:
- 2 times in 1 posts
May 23, 2017 at 2:56 am #1036162Thanks, but how to make the caret to change color on hover with menu item?
I added following code in custom.css, but the color of caret changed separately of menu item:.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret:hover, .t3-megamenu .nav > .dropdown > .dropdown-toggle .caret:focus { border-top-color: #ffffff; border-bottom-color: #ffffff; }
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 23, 2017 at 4:27 am #1036194Hi
Use this code in custom.css file.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > .separator:hover .caret, .navbar-default .navbar-nav > .open > .separator:focus .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; }
Regards
1 user says Thank You to Pankaj Sharma for this useful post
Mikhail FriendMikhail
- Join date:
- February 2016
- Posts:
- 36
- Downloads:
- 128
- Uploads:
- 22
- Thanks:
- 9
- Thanked:
- 2 times in 1 posts
May 23, 2017 at 4:55 am #1036214Thanks. It’s work, but not in same time. I mean the caret and menu item not synchronized on hover.
And if one of dropdown’s menu items is active, the parent menu item don’t change color. I mean that in demo page for example:
http://ja-charity.demo.joomlart.com/index.php/ar/joomla-pages-ar-aa/advanced-search-ar-aa
the parent menu item is white.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 23, 2017 at 5:07 am #1036218Hi
I checked the caret is white on hover now.
Can u check it again?
For drop-down colours kindly open a new thread for a different question.Regards
Mikhail FriendMikhail
- Join date:
- February 2016
- Posts:
- 36
- Downloads:
- 128
- Uploads:
- 22
- Thanks:
- 9
- Thanked:
- 2 times in 1 posts
May 23, 2017 at 7:29 am #1036260Yes. It’s white now on hover, but caret is not synchronized with the word.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 23, 2017 at 8:00 am #1036275Hi
Use this code.navbar-default .navbar-nav > .open > .separator, .navbar-default .navbar-nav > .open > .separator:hover, .navbar-default .navbar-nav > .open > .separator:focus { color: #ffffff; }
Actually, the text separator does not have the same style. now it use the hover for caret and text colour with above code.
Regards
1 user says Thank You to Pankaj Sharma for this useful post
-
AuthorPosts
This topic contains 13 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum