Tagged: x
-
AuthorPosts
-
July 22, 2016 at 5:11 am #1098421
arthurdupuyParticipantHello X team,
here is my website
http://www.alveusclub.com/accueil-v2/1) I would like to add a vertical yellow divider between Widget, I’ve tried this code. But it doesn’t work :
footer.x-colophon.top .x-column:after {
content: ”;
width: 1px;
background-color: #4fa746;
display: block;
height: 200px;
position: absolute;
top: 0;
right: -20px;
}2) I would like that the color of current and hover item would be yellow. I’ve tried several codes by using current item class but nothing is working.
Thank you for helping !
Arthur
July 22, 2016 at 5:12 am #1098422
arthurdupuyParticipantThis reply has been marked as private.July 22, 2016 at 6:49 am #1098504
LelyModeratorHello Arthur,
Please try this CSS instead:
1.)
footer.x-colophon.top .x-column:after { content: ''; border: 1px solid #4fa746; /*This is not yellow*/ display: block; height: 200px; position: absolute; top: 0; right: -20px; }2.)
.widget_nav_menu .current-menu-item>a, .widget_nav_menu ul li a:hover { color: yellow !important; }Hope this helps.
July 22, 2016 at 5:13 pm #1099206
arthurdupuyParticipantMany thanks for your answer.
1) code works perfeclty
2) Code Doesn’t work as you can see…
Thank you !
July 22, 2016 at 10:45 pm #1099511
Prasant RaiModeratorHello Arthur,
Its working fine on my end. Would you mind clearing cache and try again?
Thanks.
July 25, 2016 at 4:42 am #1101591
arthurdupuyParticipantSorry !!
I correct :
1) Code Doesn’t work as you can see…
2) code works perfeclty
July 25, 2016 at 6:24 am #1101660
ChristopherModeratorHi there,
Please update your code to :
@media (min-width:979px){ footer.x-colophon.top .x-column:after { content: ''; border-right: 1px solid #4fa746; display: block; height: 229px; position: absolute; top: 0; right: auto; margin-left: -24px; } footer.x-colophon.top .x-column:first-of-type:after { border: none; } }Hope that helps.
July 27, 2016 at 3:59 am #1104806
arthurdupuyParticipantThanks !!
July 27, 2016 at 7:28 am #1105020
JoaoModeratorYou are welcome.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1098421 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
