Tagged: x
-
AuthorPosts
-
December 21, 2016 at 9:17 am #1300586
MakkBlakkParticipantHi
I am having an issue with getting a 3rd Party plug in to allow a background Image / Colour.This applies to the Checkout page only
Is there a way through css to force a background to be Black?
I don’t necessarily require it to be an image.
Also they say that the buttons used in their plug in should pick up the sites theme… this is not happening. Would there be a reason within the sites code that stops this?
Regards
Mark
December 21, 2016 at 9:19 am #1300591
MakkBlakkParticipantThis reply has been marked as private.December 21, 2016 at 9:59 am #1300649
ChristianModeratorHey Mark,
Please add the code below in your Appearance > Customize > Custom > Global CSS
.postid-1685 { background-color: black }Thanks.
December 21, 2016 at 11:37 am #1300765
MakkBlakkParticipantBrilliant Thank you
Any ideas on the buttons?
December 21, 2016 at 2:16 pm #1300883
DarshanaModeratorHi there,
You can add this under Custom > CSS in the Customizer.
.bwge_remove_checkout_btns > input { background-color: #000000; color: #ffffff; }Hope that helps.
December 21, 2016 at 4:35 pm #1300992
MakkBlakkParticipantThis reply has been marked as private.December 21, 2016 at 9:21 pm #1301326
LelyModeratorHello Mark,
For the first screenshot, please use this:
.bwge_ecommerce_panel input[type="button"] { background-color: #ffffff; color: #000000; }For screeenshot 2 checkout page, try this:
.bwge_ecommerce_page-template-default input[type="button"] { background-color: #000000; color: #ffffff; }Both of that CSS will not affect the menu color.
Hope this helps.
December 22, 2016 at 4:42 am #1301571
MakkBlakkParticipantHI
Screen 2 seems ok but screen 1 no changeMark
December 22, 2016 at 6:54 am #1301633
Paul RModeratorHi Mark,
You can try this code instead.
.bwge_ecommerce_panel input[type="button"] { background-color: #fff !important; color: #000 !important; }Hope that helps.
December 22, 2016 at 12:19 pm #1301927
MakkBlakkParticipantHi
No this did not work eitherThe white buttons appeared briefly but the Uber menu changed again. I removed the code and then tried adding again but cannot see the same result.
so same as before now screen 2 still works but screen 1 no change.
Mark
December 22, 2016 at 5:23 pm #1302128
MakkBlakkParticipantHi
A further updateI tried again and added the code. This time all seems ok. There is a bug that has cropped up on the plug in that was not there before but I have asked the plug in developer to take a look first.
I will update you once this has been resolved.
Thanks again !
Mark
December 22, 2016 at 7:23 pm #1302293
LelyModeratorOk then Mark!
Hope this will be sorted out soon.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1300586 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
