Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #910711

    I have a woocommerce product grid on my front page. Since my website is both my artists portfolio and ecommerce platform I thought I might want to either hide or change text size/style of prices on the front page woocommerce product grid.

    But when people click through, I want them to go to the product page with prices.

    Any short-code to eliminate the price or control the fonts separately?

    Thank you.
    Stephan

    #911006

    Hey Stephan,

    We can help you hide prices with css, you just need to give us a link to the page where you want them hidden.

    Best regards,
    Victoria

    #911405

    Hi Victoria,
    Would that be just some code that is put into the quick CSS?

    Or is it more complicated?

    I’d kind of like to play with price fonts first and then see what it looks like before I eliminate it entirely.

    And then be able to go back if I don’t like it.

    Thanks,
    Stephan

    #911612

    Hi Stephan,

    This is the kind of code you can play with:

    
     #top .price span.woocommerce-Price-amount  {
       font-size: 14px;
      font-family: cursive;
     }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #915630

    Hi Victoria,

    Ok, thank you, that works, and a pretty good choice for a new font right of the bat.

    What if I wanted to eliminate the price in the thumbnail view only. Another words leave the price on the product page, but hide it in my front-page product masonry?

    Thank you,
    Stephan

    #915642

    Hi,

    Try adding this to quick css:

    #av-masonry-1 .woocommerce-Price-amount.amount{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #915762

    Hi Jordan,

    Thanks, that works.

    A informational follow up question:
    If I’m adding quick css to my page am I slowing it down?

    Thanks, Stephan

    #915765

    Hi,

    Great I’m glad that worked. CSS can effect page speed, but its more so if the site is having to download multiple external stylesheets.

    Best regards,
    Jordan Shannon

    #915779

    Ok, thank you all, you can mark this closed.
    Stephan

    #915782

    Hi,

    We’re glad to help. If you need further help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Hide or change text size/style of prices on woocommerce product grid’ is closed to new replies.