Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1383121
    maritzalopez
    Participant

    Hi. Just uploaded theme. Front page products does not have prices. Can you help?

    #1383122
    maritzalopez
    Participant
    #1383270
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer:

    .home.page.page-id-7 .entry-header {
        display: block !important;
    }

    Or remove the following code from your custom CSS:

    .home.page.page-id-7 .entry-header {
        display: none;
    }

    You’ve added it twice which is hiding the price. Let us know how this goes!

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