How do I remove the title?

Discussion in 'Traffica WordPress Theme' started by antz96, Jul 27, 2018.

  1. antz96

    antz96 New Member

    Joined:
    Jul 26, 2018
    Messages:
    2
    Likes Received:
    0
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greeting from InkThemes,

    If you want to remove the whole sample page or if you want to edit heading and the title of the page then you can do this in two ways:
    The first way is you can click on Edit page as shown in your screenshot the sixth option with pencil icon,
    there you will get this page as shown in the screenshot below:

    Secondly, you can also reach this page by following these steps,
    Dashboard -> Pages -> All Pages -> Sample Page.

    2018-07-27_10h41_44.png

    Hope this was helpful to you.

    Regards,
    Akbar
    InkThemes.com
     
  3. antz96

    antz96 New Member

    Joined:
    Jul 26, 2018
    Messages:
    2
    Likes Received:
    0
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greeting from InkThemes,

    Will you please allow us to check your website dashboard for once?
    Kindly send the below-mentioned credential details at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    We will do the needful.

    Regards,
    Akbar
    InkThemes.com
     
  5. hoffmanmillerads

    hoffmanmillerads New Member

    Joined:
    Oct 9, 2018
    Messages:
    30
    Likes Received:
    0
    Same... would like to remove this component. Is there a place to do so via custom .css?
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    To make the desired changes, just paste the code in the custom CSS section of the theme.
    Go to (Dashboard->InkThemes->Theme Options->Styling Option).

    Code:
    h1.page-title {
        display: none;
    }
    .page_heading_container .container {
        display: none;
    }
    Regards,
    Akbar
    InkThemes.com
     

Share This Page