Tagged: x
-
AuthorPosts
-
June 14, 2016 at 5:13 am #1041099
nickohornyParticipantI am using a sidebar in my store section:
I would like to move this to the left instead of right, I can’t see anywhere in the settings or customizer to allow this? is there a fix please?
Also, on the sidebar categories, is there a way to enable the hover state of the panel to act like a mini-menu and show a background color. At the moment it has no interaction state when rolling over the categories, which looks a bit boring.
June 14, 2016 at 5:14 am #1041100
nickohornyParticipantThis reply has been marked as private.June 14, 2016 at 8:54 am #1041415
NicoModeratorHi There,
Thanks for writing in.
To change the position of your sidebar, go to Cutomizer > Layout and Design > Content Layout > Sidebar Left, Content Right
To add hover state for you sidebar categories:
.widget ul li:hover, .widget ol li:hover{ background-color:#000; }Let us know how it goes.
Thanks.
June 17, 2016 at 5:05 am #1046805
nickohornyParticipantThanks for that, it works.
How can I change the original state background color too? so not just the hover.
Also how to add some left padding to the text in this section? Thank you 🙂June 17, 2016 at 6:30 am #1046883
LelyModeratorYou’re welcome!
Add this CSS:
.widget ul li, .widget ol li{ background-color:red; /*Change to your preferred color*/ padding-left: 10px; /*Adjust to your preferred padding on the left*/ }Hope this helps.
June 19, 2016 at 10:57 pm #1049948
nickohornyParticipantThanks, sorted. :0
June 19, 2016 at 11:31 pm #1049973
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1041099 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
