mantum
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Header loads in big, then becomes normal sizehet, thanks for replying. The issue has been resolved, I don’t really know what I did but after a few days of working on the website, I probably did something to fix it. I’ll mark it as resolved ??
Forum: Everything else WordPress
In reply to: Header loads in big, then becomes normal size@gappiah
thanks for the response, unfortunately, that didn’t resolve. I’ll post in the theme’s forum tomorrow and see if anyone can figure it out ??Forum: Plugins
In reply to: [WooCommerce] Cart in Menu Broken@riaanknoetze
ok will do that, thanks ??Forum: Everything else WordPress
In reply to: Disable plugin on specific page/urlForum: Everything else WordPress
In reply to: Disable plugin on specific page/url@sterndata
I contacted their support but they said they don’t have a feature to turn it off on the cart page. Is there not anything I can do on my end to disable the plugin just on one page?Forum: Everything else WordPress
In reply to: CSS to position something directly under header@prabhatrai
Thank you that worked ??Forum: Plugins
In reply to: [WooCommerce] Image Slider Image Aspect Ratio ChangesI turned off lazy loading and the problem has been fixed, thank you ??
Forum: Plugins
In reply to: [WBW Currency Switcher for WooCommerce] Don’t convert on cartalso, when i change to a different currency, sometimes when I reload or go to another page, the currency changes back to default (USD)
and if I select any other currency, there is a crossed-out price and next to that is the correct converted price, why is there a crossed-out price (which is higher than what it should be) and how do I get rid of it?
If you don’t get what I mean please visit the site and change the currency, you can see that there is a crossed-out price
Forum: Plugins
In reply to: [WooCommerce] Bring element to front using CSS@imazed thanks it worked
Forum: Themes and Templates
In reply to: [Astra] CSS for sticky headersolved:
.main-header-menu a { color: white !important; } .main-header-menu a:hover { color: #46b2ff !important; } .main-header-bar { background: rgba(49,49,49,.9); } /*Make Header Sticky*/ .main-header-bar { position: fixed; top: 0; width: 100%; } /*Adjust Content Padding*/ .site-content { padding-top: 75px; } /*Adjust Content Padding for Mobile*/ @media (max-width: 800px) { .site-content { padding-top: 175px; } } /*Adjust Content Padding for Mobile*/ @media (max-width: 650px) { .site-content { padding-top: 200px; } }
Forum: Everything else WordPress
In reply to: Change Header BG Coloursolved:
.main-header-menu a { color: white !important; } .main-header-menu a:hover { color: #46b2ff !important; } .main-header-bar { background: rgba(49,49,49,.9); } /*Make Header Sticky*/ .main-header-bar { position: fixed; top: 0; width: 100%; } /*Adjust Content Padding*/ .site-content { padding-top: 75px; } /*Adjust Content Padding for Mobile*/ @media (max-width: 800px) { .site-content { padding-top: 175px; } } /*Adjust Content Padding for Mobile*/ @media (max-width: 650px) { .site-content { padding-top: 200px; } }
Forum: Plugins
In reply to: [WooCommerce] Cart in Menu’s Text is Whiteyep it seems to be working perfectly, thanks for your help ??
- This reply was modified 4 years ago by mantum.
Forum: Plugins
In reply to: [WooCommerce] Cart in Menu’s Text is WhiteActually I think I fixed it:
.ast-site-header-cart .widget_shopping_cart .cart_list a, .woocommerce .ast-site-header-cart .widget_shopping_cart .cart_list a { font-weight: 800; color: blue; } .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message { color:black; font-weight: 800; } .woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong { min-width: 40px; display: inline-block; color: black; }
Let me know if there’s any errors in that code, but it seems to be working.
Forum: Plugins
In reply to: [WooCommerce] Cart in Menu’s Text is WhiteThanks that worked for the product title but the message when nothing is in the cart still appears white and also the text “subtotal” is white
Forum: Plugins
In reply to: [WooCommerce] Cart Menu Text is Whiteok so i just duplicated the same css and replaced ‘.single-product’ with ‘.home’
that seems to work, is that right? or will having a duplicate of the code mess things up?
i know basically nothing about css lol