Tagged: x
-
AuthorPosts
-
August 1, 2016 at 12:21 am #1111574
Denise TParticipantMy site is http://www.wunderkid.co
If you go here to setup an account the formatting is incorrect. I would like to have the boxes in line with the text.The button to shop on the page below is all black and I can’t figure out how to make the text white on this button.
Thanks! I’ll provide credentials for login separately.
August 1, 2016 at 12:22 am #1111576
Denise TParticipantThis reply has been marked as private.August 1, 2016 at 12:55 am #1111599
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
form#wwlc_loginform label { float: left; padding-right: 16px; }Provided credentials don’t work so I can’t check orders page.
Hope that helps.
August 2, 2016 at 12:01 am #1113241
Denise TParticipantThis reply has been marked as private.August 2, 2016 at 1:57 am #1113314
ChristopherModeratorHi there,
Please Find this code and remove extra curly bracket :
.x-breadcrumb-wrap { background: #ffffff; } }And add the code I provided in previous replay.
Hope that helps.
August 7, 2016 at 1:40 pm #1121100
Denise TParticipantI removed the above } as suggested and added the code provided earlier and it still didn’t fix it.
August 7, 2016 at 6:42 pm #1121285
RadModeratorHi there,
Please pay attention when pasting the CSS, you pasted your CSS between the brackets of this CSS
a.button.product_type_simple.ajax_add_to_cart { display: none !important; /* you pasted your CSS here */ }Which result to this,
a.button.product_type_simple.ajax_add_to_cart { display: none !important; .woocommerce .button{color: #ffffff} form#wwlc_loginform label { float: left; padding-right: 16px; } form#wwlc_loginform label { float: left; padding-right: 16px; } }Removing the last bracket will not fix it since it still pasted on the wrong block. It should be like this,
a.button.product_type_simple.ajax_add_to_cart { display: none !important; } .woocommerce .button{color: #ffffff} form#wwlc_loginform label { float: left; padding-right: 16px; } form#wwlc_loginform label { float: left; padding-right: 16px; }I also checked the button and the text is already white.
Thanks!
August 8, 2016 at 11:23 am #1122318
Denise TParticipantI copied the below code and replaced it and it doesn’t seem to have fixed it. Thoughts?
August 8, 2016 at 12:16 pm #1122410
ThaiModeratorHi There,
I’ve just fixed your custom CSS.
Could you please check again?
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1111574 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
