Digital experiences for all disciplines
Forum Replies Created
-
-
Yes there is, please can you send me the link to your website and I will provide you with the css to achieve this.
– Kyle
Hi
Please can you provide me with a link to your website and I will provide a solution for you
– Kyle
Hi
Please can you provide me with the login details to the site so that I can check this out for you.
You can set the reply as private by ticking ‘set as private reply’.
– Kyle
Hi
We have explained how to replicate the ‘Naked Header’ here:
http://support.swiftideas.net/knowledgebase/replicating-the-demo-naked-header-example/– Kyle
Great 🙂
Just add this to your css
.woocommerce ul.products li.product-category h3 mark { display: none; }
– Kyle
Hi
Please can you provide me with a link to the site so that I can take a look?
I also might need to access the backend to speed things up. You can mark the reply as private by ticking the checkbox below the comment.
– Kyle
Hi
Are you using a child theme?
– Kyle
Hi Daniella
Are you using the latest version of Dante?
If so please can you provide me with the login in details to the site via private reply so that I can check this out for you.
– Kyle
Hi
You can remove the top spacing when editing the page.
If you scroll down the page you will see Page Meta. There is a checkbox to remove the top spacing.
– Kyle
You can do this by adding this css to your custom css in Theme Options > General
li.product figcaption .shop-actions {
display: none;
}– Kyle
You can do this by adding this css to your custom css in Theme Options > General
.woocommerce-main-image.zoom {
display: none;
}– Kyle
Hi sosmedia
I have fixed the menu for tablet and phone. The problem was you had the secondary accent colour and the secondary accent colour alt both set to white. Therefore the menu was not visible.
I have changed the colours around so that the menu is visible, feel free to play about with the colours via the colour customiser. Note that this may have affected the colour of other elements of the website.
– Kyle
Hi
Please email me on: [email protected]
I can fix this for you easily, had the same problem on my site.
Kyle
Hi Tom
It’s done using simple css:
figure.animated-overlay figcaption {
background-color: rgba(255, 255, 255, 0.6) !important;
}
figcaption .thumb-info {
display: none;
}Kyle
-