Page Title

Discussion in 'Appointway WordPress Theme' started by kirstyterry, Aug 16, 2014.

  1. kirstyterry

    kirstyterry Guest

    Joined:
    May 8, 2014
    Messages:
    4
    Likes Received:
    0
    How do I remove the page titles from the top of the page?
     
  2. PankajK

    PankajK Support Staff

    Joined:
    Aug 8, 2014
    Messages:
    93
    Likes Received:
    5
    Can you show a screenshot to make it more clear.
    If your are referring to breadcrumb. You can remove breadcrumb by add following code to Custom CSS
    Go to Dashboard >> Appearance >> Theme Option >> Styles >> Custom CSS
    Code:
    .page_heading_container h1 {
    display: none;
    }
    .page_heading_container {
    padding: 0;
    }
    Thank you!!
     
  3. kirstyterry

    kirstyterry Guest

    Joined:
    May 8, 2014
    Messages:
    4
    Likes Received:
    0
    website www.equilibrium-health.com

    The page title is appearing on the page in the content. The above code did not remove it. Please see attached screen shot

    Kind regards
     

    Attached Files:

  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello !

    We have got your concern, please send us your WordPress dashboard login details also the link of this thread at [email protected]. so that, we can have a look over the issue in details.

    Your website link:
    WordPress username:
    WordPress password:
    This thread link: http://www.inkthemes.com/community/threads/page-title.13369/

    Note: When your issue get resolved, you can change your password.

    Thanks & Regards
    Yogesh Bhade
     
  5. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Your issue have been fixed.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page