Okay
  Public Ticket #1198260
Woocommerce Product Price Display
Closed

Comments

  • Fernando started the conversation

    Hello everyone, in Woocommerce how do I make product prices always displayed underneath the photos and not just when we hover the mouse over the product. I did not find this option. Another observation is that the like icon on the blog, when opened in smartphones is not responsive.

  • Fernando replied

    I also encountered a problem with the organization filters. As shown in the image below, the texts are overlapping. Can you help me to fix this?

  •  8,470
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Fernando replied privately
  •  8,470
    Tahir replied

    Hey Again,
    Hope you had a Great Weekend,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .woocommerce .woocommerce-result-count {
        right: 280px !important;
    }
    div[data-project-style="text_on_hover"] .single-product-main-image .onsale {
        width: 102px!important;
    }

    Thanks


    ThemeNectar Support Team 

  • Fernando replied

    Thanks, works perfectly!