ResolvedBackground color
- This topic has 2 replies, 2 voices, and was last updated 2 years, 5 months ago by
Althemist.
- AuthorPosts
- December 21, 2020 at 2:20 pm #27894
hals
ParticipantHi guys,
Thanks for your theme, it’s really great, but I need to clear some minor modifications to CSS. For that I kindly need your help.
1) Shop background color
I went through all CSS and tried many modifications with no luck to change background color for shop page. I found in Forum how to change hover color to black, but did not manage to change all page black.
2) Smaller product images (this option can not be changes in woocommerce settings)
3) Disable Food MENU autohide when scrolling – can this menu be made fixed?
4) Remove product category title blockThanks in advance!
December 28, 2020 at 8:29 am #27927hals
ParticipantGuys?
December 28, 2020 at 5:20 pm #27937Althemist
KeymasterHello hals,
So sorry for the late reply. We were under quarantine and then there were the Christmas days.
1. This can only be done with CSS. You’d need to change the background of the
#content
and the#content > .inner
, but prefixed with the.post-type-archive-product
body class. Also, note that you may also need to adjust other styles in order to get a completely dark skin.2. Product images would always get the size of their container, the only way to achieve this would be to add padding to the image container. However, this may lead to other styling problems.
3. I am afraid this can’t be done. Only the top menus can be sticky with this theme. The main menu is always scrollable.
4. Again, this can only be done with CSS. There is no option to “disable” the page title. You’d need to use the
.tax-product_cat
body class.Regards,
Dimitar - AuthorPosts
You must be logged in and have valid license to reply to this topic.