CUSTOMIZING WEBSITE HELP
-
Hello everyone, I’m new to wordpress and setting up my own e-commerce. Could use some help from the community! Here are a few questions:
1- Can I edit CSS so that I can move the section ‘terms&conditions’ from the main menu to the lower part of the page?
2- How do I show woocommerce categories?
3- Can I edit CSS so that the menu is shown on the side of the website?Thanks to anyone who can help!
The blog I need help with is: (visible only to logged in users)
-
Hi there, for #1, the best way to do that would be to add the Terms and Conditions link to the col-full div in the footer and add a CSS id or class to it so that you could then style it as desired. It would be the footer.php file you would need to add it to.
For #2, where do you want to show the categories? Are you wanting a Categories page on your site, or are you talking about adding the categories to the shop pages?
Full documentation for WooCommerce can be found here: https://docs.woocommerce.com/documentation/plugins/woocommerce/.
Documentation for the Storefront theme can be found here: https://docs.woocommerce.com/documentation/themes/storefront/
You can put a menu into the sidebar using a custom menu widget on pages that have a sidebar, but with responsive designed themes, that sidebar typically moves down below the content on smaller tablets and phones, so it would be out of site. You could move the menu to the side of the content by editing the child theme files, but on smaller tablets and phones, that would make the content area quite narrow and hard for visitors to use on touch devices. If you narrow your browser window on your site, you will see that at 768px in width, the menu change to a menu behind an icon at the top right specifically designed for touch devices since touch devices cannot hover for the submenus.
-
Hi there, for #1, the best way to do that would be to add the Terms and Conditions link to the col-full div in the footer and add a CSS id or class to it so that you could then style it as desired. It would be the footer.php file you would need to add it to.
For #2, where do you want to show the categories? Are you wanting a Categories page on your site, or are you talking about adding the categories to the shop pages?
Full documentation for WooCommerce can be found here: https://docs.woocommerce.com/documentation/plugins/woocommerce/.
Documentation for the Storefront theme can be found here: https://docs.woocommerce.com/documentation/themes/storefront/
You can put a menu into the sidebar using a custom menu widget on pages that have a sidebar, but with responsive designed themes, that sidebar typically moves down below the content on smaller tablets and phones, so it would be out of site. You could move the menu to the side of the content by editing the child theme files, but on smaller tablets and phones, that would make the content area quite narrow and hard for visitors to use on touch devices. If you narrow your browser window on your site, you will see that at 768px in width, the menu change to a menu behind an icon at the top right specifically designed for touch devices since touch devices cannot hover for the submenus.
- The topic ‘CUSTOMIZING WEBSITE HELP’ is closed to new replies.