Tagged: x
-
AuthorPosts
-
May 26, 2016 at 2:47 am #1010612
mat_kinotekParticipantHi,
I want to hide the prices for the products in the shop page, but still showing a price when the customer choose variable field for each product. So far I only managed to hide all, or nothing.
Ad ex. here http://cherrylaser.com/?product=birch-plywood the price under the title is hidden, but when the user chooses the conditional fields, the price won’t show up.
Please help thanks!May 26, 2016 at 2:58 am #1010620
LelyModeratorHi There,
If you want to hide the price on top of the page and still show variation price below the page, please update your custom CSS to this:
.woocommerce .entry-summary>div .price, .woocommerce-page .entry-summary>div .price { display: none; }Hope this helps.
May 26, 2016 at 1:39 pm #1011546
mat_kinotekParticipantthat works thanks!
one more thing: how can i remove the red border over the hoover links?
And I also noticed that when I load the shop page, it first shows the original CSS with borders and prices, only to hide them after few seconds. How can I edit the original CSS?
ThanksMay 26, 2016 at 4:01 pm #1011779
JoaoModeratorHi There,
This is an issue that happens just in Firefox and has being resported to our development team.
For the moment please add the following code to your appereance / Customizer / Custom / CSS
.x-navbar .desktop .x-nav>li>a:hover>span { border-color: transparent !important; } .x-navbar .desktop .x-nav>li>a:onclick>span { border-color: transparent !important; } a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus { outline: none; }Hope that helps,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1010612 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
