Remove page titles

Discussion in 'Black Horse WordPress Theme' started by v4sb, Feb 5, 2016.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    On pages, I would like to remove the page titles or breadcrumbs, I think they are called.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page-info-container .page_info #crumbs {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    That is awesome and worked, so thank you. Is there anyway to get rid of the colored rectangular area where the page titles used to be or decrease the size of it?
     
  4. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    For instance, we removed the words, but not the block where the words used to go.
     
  5. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section of your dashboard.
    Code:
    .page-info-container {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page