Home › Forums › Basel support forum › CSS changes for shop and buttons
CSS changes for shop and buttons
- This topic has 7 replies, 2 voices, and was last updated 6 years, 10 months ago by
Elise Noromit.
-
AuthorPosts
-
April 19, 2018 at 3:04 pm #53435
squirrelParticipantHello. I am looking for 3 CSS changes to the theme.
1. Stop footer text appearing lighter then usual (footer text should be WHITE)
2. Add 1px border around the product image / price / add to cart button on the shop page as well as the related products on the single product page (see screenshot below for example)
3. Change ALL buttons on the website including Add to Cart button on widget / Single product page Add to Cart button / View Cart / Update Cart / Contact Form 7 send a message / Large Color Default Button to BROWN for normal state and BLUE for hover.
Thank you! Great theme and support.
April 19, 2018 at 7:39 pm #53472
Elise NoromitMemberHello,
1/ Footer text – the main text is white. If you want white icons, use this CSS:
.footer-container.color-scheme-light ul li a { color: #ffffff; }
If you need copyrights to be white take this CSS:
.copyrights-wrapper{ color:#ffffff; }
2/ Product grid border:
.product-grid-item > div { border 1px solid #000000; }
If any code does not work, please provide admin access.
As for the buttons. Please navigate to Theme Settings > Styles and colors > and set the color http://prntscr.com/j7ipy5 if any buttons remain with wrong color, please provide link to the pages, I will provide CSS.
Best Regards
April 19, 2018 at 8:38 pm #53478
squirrelParticipant1. Thank you code worked.
2. Code did not work. I have provided admin access below.
3. I have provided some more information on which buttons
April 20, 2018 at 6:38 am #53498
squirrelParticipantDid you receive the login credentials?
April 20, 2018 at 7:08 am #53502
Elise NoromitMemberHello,
I have corrected code, now you have grid border.
As for buttons. You have custom CSS in Theme Settings > Custom CSS determining button colors to be #49382d now you want #5FBDAD . Determine please the buttons color you want and set them in Theme Settings > Styles and colors. Now you shopping buttons are #5FBDAD
I have hidden all CSS for button background with comments. As soon as you make decisions on color, you will delete or edit this code if necessary.
Best Regards
April 20, 2018 at 7:35 am #53504
squirrelParticipantThank you for the quick response. The border is exactly how I wanted it.
However there appears to be an issue with the ‘Related Products’ as the spacing is now incorrect. I have attached a screenshot below of how it was before vs after the additional CSS code. Is there a way to space them correctly with 3 columns and the border?
Additionally is it possible to change the border color when you hover over the area?
April 20, 2018 at 7:45 am #53505
squirrelParticipantSame issue on the front page using the Products Carousel
So I only require it on the shop page (with 4 columns) and the related products (3 columns)
NOT the Products Carousel on the front page.
Thank you for the detailed assistance!
April 20, 2018 at 11:36 am #53576
Elise NoromitMemberHello,
Check now.
Enter Custom CSS and find this code http://prntscr.com/j7savw put the color you want to see on hover instead of “red”.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register