Issue Using Blogstrend with WooCommerce

Discussion in 'BlogsTrend WordPress Theme' started by craighaughton, Jan 28, 2014.

  1. craighaughton

    craighaughton New Member

    Joined:
    Aug 9, 2012
    Messages:
    10
    Likes Received:
    2
    Hi There

    I have installed Woocommerce but I seem to have H1 title I cant get rid of. You can see on this link it displays the product name - A4 Lever Arch File ( http://www.officesource.co.uk/products/ )

    It also displays it on all consecutive sub-categories ( http://www.officesource.co.uk/product-category/files-folders/lever-arch-files/ )

    It does seem to be a theme issue as it displays fine in the standard WP 2012 theme (Image attached)

    Could you please help me get rid of this?

    Thanks in advance :)
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content h1.page_title {
    display: none;
    }
     
    This will solve your issue.
     
  3. craighaughton

    craighaughton New Member

    Joined:
    Aug 9, 2012
    Messages:
    10
    Likes Received:
    2
    Perfect! Terrific support as usual :)
     
    Piyush and Gourav like this.

Share This Page