Tagged: x
-
AuthorPosts
-
January 28, 2017 at 8:16 am #1348837
alamtfuerwerbungParticipantHi, is it possible to change the active link box shadows form.
It is a thin line at the moment. Can i change this to a triangle for example.
And the line is wide as the navigation item box. Can I make the line smaler.Thanks for help
AndreJanuary 28, 2017 at 8:51 am #1348876
ThaiModeratorHi Andre,
Please try adding the following CSS under Customizer > Custom > Global CSS:
.x-navbar .desktop .x-nav > .current-menu-item > a, .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a { position: relative; overflow: hidden; box-shadow: none; } .x-navbar .desktop .x-nav > .current-menu-item > a:before, .x-navbar .desktop .x-nav > li > a:hover:before, .x-navbar .desktop .x-nav > .x-active > a:before { content: ""; position: absolute; width: 30px; height: 30px; background: #f1a634; transform: rotate(45deg); /* Prefixes... */ top: -25px; left: 50%; margin-left: -15px; }http://i.imgur.com/PWHGsGC.png
Hope it helps 🙂
January 29, 2017 at 3:41 am #1349421
alamtfuerwerbungParticipantThat is great.
Is there a choice of different elements which can be used for the border?If yes could u kindly tell me where I can find an overview?
Thx
AndreJanuary 29, 2017 at 5:45 am #1349490
ChristianModeratorRegretfully, no. You need CSS to achieve this.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1348837 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
