added Privacy Policy using a WP Plugin & want to remove dup title

Discussion in 'Squirrel WordPress Theme' started by lnmarketingservices, May 26, 2014.

Thread Status:
Not open for further replies.
  1. lnmarketingservices

    lnmarketingservices Member

    Joined:
    Jan 19, 2013
    Messages:
    46
    Likes Received:
    0
    hi there,

    I have added Privacy Policy page using a WP Plugin (Auto Terms of Service and Privacy Policy)
    and I want to remove dup title (please see attached screen shot)

    thx in advance

    -LN PrivacyPolicyPage-want-to-remove-1-of-the-titles.png
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. lnmarketingservices

    lnmarketingservices Member

    Joined:
    Jan 19, 2013
    Messages:
    46
    Likes Received:
    0
  4. Piyush

    Piyush Support Staff

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

    I think duplicate title is displayed there because of any plugin install in your dashboard.
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
     h3.auto-tos-pp.ppheading {
    display: none;
    }
    
    This will solve your issue.
     
    lnmarketingservices likes this.
  5. lnmarketingservices

    lnmarketingservices Member

    Joined:
    Jan 19, 2013
    Messages:
    46
    Likes Received:
    0

    Thank you.
    This worked perfectly on that page.
    There was one other page with the same issue but I was able to take and modify your fix for the 2nd page.

    Thanks again.
     
Thread Status:
Not open for further replies.

Share This Page