Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1010612
    mat_kinotek
    Participant

    Hi,
    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!

    #1010620
    Lely
    Moderator

    Hi 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.

    #1011546
    mat_kinotek
    Participant

    that 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?
    Thanks

    #1011779
    Joao
    Moderator

    Hi 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

  • <script> jQuery(function($){ $("#no-reply-1010612 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>