Tagged: x
-
AuthorPosts
-
June 14, 2016 at 11:40 pm #1042663
Phil YParticipantHi guys
We have been building a version of your integrity shortcodes page style for a client http://safarihq.cloudns.club/portfolio-item/10-day-northern-tanzania-safari-circuit-2/ and we are wanting to apply a hover colour to the box we have created around the item list. we have been styling .itinerary-list a:hover but its not right. Css attached as screenshot. Can you help us?thanks in advance
June 15, 2016 at 7:15 am #1043081
LelyModeratorHi Phil,
Please try this custom CSS:
.itinerary .x-accordion-heading .x-accordion-toggle:hover { background-color: green !important; }If this doesn’t do the trick, please clarify on which element you want to apply hover background color.
Change green to your preferred background color.Hope this helps.
June 15, 2016 at 8:15 am #1043163
Phil YParticipantHi Lely
yes that worked but it was not the item we were looking to effect, right hand column list see screenshot attached, and that is what the css is applying to. We want the hover to be as per the selected state like’about’thanks in advance
June 15, 2016 at 10:47 am #1043462
RupokMemberHi there,
Thanks for updating. Let’s update the below code :
.itinerary-list a:hover { background-color: white; border-style: solid; border-width: 1px; color: rgba(193, 105, 87, 1); margin-left: -20px; margin-top: -1px; padding: 16px; }to following :
.itinerary-list:hover { background-color: white; }Hope this helps.
Cheers!
June 15, 2016 at 6:05 pm #1044108
Phil YParticipantGuys
thats great you are stars as always
cheersJune 15, 2016 at 10:51 pm #1044510
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1042663 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
