I have two issues with using Artemis on my Web store.
Before I begin, this isn’t a real store. It is my class assignment for my E-Commerce course.
First, I don’t seem to be able to edit or replace the Mega Max Menu on the site. I make the edits. But none of the edits I make are showing up on the menu. I see no way to change it to another menu.
When I go to ‘Appearance’ -> ‘Menu’, I see the following message: Your theme does not natively support menus, but you can use them in sidebars by adding a “Navigation Menu” widget on the?Widgets screen.
I guess I may be stuck on that? And I don’t like the sidebar menu I have placed there.
If anyone has an idea as to how to replace the menu at the top of the page with another one I created, I would appreciate your feedback.
The other issue is that I want to remove the ‘Comments’, ‘Categories’, and ‘Tags’ from the top of the sidebar.
When I go to ‘Appearance’ -> ‘Widgets’ and select the ‘Sidebar’, I see the other items I included there.
But there is no widget to remove it.
I like this theme and want to use it.
But these are two issues my professor expects me to resolve before I submit my final assignment.
Any feedback will be appreciated.
I would like to remove the artemis mobile product filter on the following pages.
Please can you tell me the easiest way to do this.
https://visit-wakefield.co.uk/product-category/logos/
https://visit-wakefield.co.uk/product-category/tool-kit/
https://visit-wakefield.co.uk/product-category/fonts/
Thanks,
Kate
https://856ltd.com/goe/services/
the content was being cut off regardless of what I did with CSS.
custom CSS is just:
#page_content_wrapper
{
width: 90%;
margin-left: auto;
margin-right: auto;
}
.wpb_single_image
{
max-width: 200px;
height: auto;
padding: 0 0 0 0 !important;
}
I decided to opt down to a max-width of 200px and made the headings h3 instead of h2. SO now it fits (sort of) but now the images are off center.
I feel like I’m toying with the wrong bit to make this work properly.
]]>