Remove Title from one page

Discussion in 'Cloriato WordPress Theme' started by stephanie soebbing, Sep 28, 2015.

Thread Status:
Not open for further replies.
  1. stephanie soebbing

    stephanie soebbing New Member

    Joined:
    Aug 13, 2013
    Messages:
    11
    Likes Received:
    0
    I am trying to remove the Title from one page of my website. I want to do this will CSS.

    I have found the page number, but can not figure out the name of the field.
    .page-id-45 .?????-?????{
    display: none;
    }

    I used the FullWidth Template. Website page is www.mvqg.org/quilt-show/

    Thanks!
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us screenshot of the heading area so that we can assist you accordingly?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. stephanie soebbing

    stephanie soebbing New Member

    Joined:
    Aug 13, 2013
    Messages:
    11
    Likes Received:
    0
    Thanks for your help. Here is the screen shot.

    [​IMG]

    [​IMG]
     
  4. 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:
    .fullwidth-page h1 cufon {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. stephanie soebbing

    stephanie soebbing New Member

    Joined:
    Aug 13, 2013
    Messages:
    11
    Likes Received:
    0
    Thank you - that solved my problem!
     
Thread Status:
Not open for further replies.

Share This Page