Tagged: x
-
AuthorPosts
-
July 6, 2016 at 4:17 am #1074414
MoonworksParticipantI’ve got a section within WooCommerce which seems to be ignoring the X theme CSS.
I’m not sure if this is due to WooCommerce or the theme itself.
This is an example of the page:
http://www.authorpa.com/product/critique/?skip-maintenance-token=298BDB
The section where you have the slider between paying the full amount or paying a deposit, I’m trying to change the colours on both those sections, but don’t see where this can be done.
I tried:
#pay-deposit { background: #ffa200; }But this doesn’t seem to do it.
Thanks.
July 6, 2016 at 5:15 am #1074477
ChristopherModeratorHi there,
Please try following code:
.switch-candy { background-color: #2d3035; } #wc-deposits-options-form div a.wc-deposits-switcher { background-color: #ad74a2; }Hope that helps.
July 6, 2016 at 5:15 am #1074478
ChristopherModeratorHi there,
Please try following code:
.switch-candy { background-color: #2d3035; } #wc-deposits-options-form div a.wc-deposits-switcher { background-color: #ad74a2; }Hope that helps.
July 6, 2016 at 8:52 am #1074784
MoonworksParticipantThat did it partly, thank you.
It changed the dark background colour, but not the purple section.
July 6, 2016 at 8:59 am #1074790
ChristopherModeratorPlease update your code to :
#wc-deposits-options-form div a.wc-deposits-switcher { background: #3b393a; }Thanks.
July 6, 2016 at 5:42 pm #1075472
MoonworksParticipantThank you. Works great 😀
An amazing theme with amazing support. I just hope I don’t wake up now…
July 6, 2016 at 5:49 pm #1075478
NicoModeratorHappy to hear that. We feel boosted when appreciated.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1074414 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
