Home › Forums › WoodMart support forum › How to change the color above footer?
How to change the color above footer?
- This topic has 5 replies, 2 voices, and was last updated 1 year ago by
Hung Pham.
-
AuthorPosts
-
January 24, 2024 at 5:32 am #532893
peckmorrisomParticipantMy site has this strange grey color above the footer, and it’s not editable… please help me to remove it. you will find a screenshot in the attachment.
Attachments:
You must be logged in to view attached files.January 24, 2024 at 7:39 pm #533246
Hung PhamKeymasterHi peckmorrisom,
Thanks for reaching to us.
Navigate to Theme Settings > Footer > Prefooter and remove content https://prnt.sc/eg3sWWPySZsP
Regards,
February 5, 2024 at 6:48 am #536665
peckmorrisomParticipantHi, not only there is a different color in the footer(which is fixed), the header also has a empty section with a different color. how to remove the color in my screenshot?
Attachments:
You must be logged in to view attached files.February 5, 2024 at 7:53 am #536673
Hung PhamKeymasterHi peckmorrisom,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.website-wrapper .main-page-wrapper { padding-top: 0; }
Regards,
February 7, 2024 at 1:05 pm #537593
peckmorrisomParticipantHi I have three more questions:
1. I noticed all the product titles in the collection or product list are default set as H2 heading attributes, I prefer them to be text or H5 for SEO purposes.
2. On the checkout page, the apply discount code section has a very bright background, can I change the color of the background? if I can, how? (refer to the image I’ve submitted)
3. On the checkout page, it’s default that the ship to a different address is hooked, I want the section to be closed by default, is that possible? Thanks( refer to the image-2 I’ve submitted)Attachments:
You must be logged in to view attached files.February 8, 2024 at 2:10 pm #538031
Hung PhamKeymasterHi peckmorrisom,
1. Are you referring to products list in Shop page? Please provide URL of the mentioned page, so I can take a closer look.
2. Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info { background-color: #000; }
3. Please navigate to the Dashboard > WooCommerce > Settings > Shipping > Shipping Options section. On that page you’ll find the
Shipping destination
setting, which allows you to control which checkout fields should be used.Use the
Force shipping to the customer billing address
option to remove the shipping fields completely and use the billing fields for both billing and shipping. Plus points for WooCommerce on this, they automatically change the heading to show ‘Billing & Shipping’ on the checkout.Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register