• Resolved georgiluca

    (@georgiluca)


    hello,
    i’m quite new at this, i choose this theme to make my website, because it’s super nice. I have one question… i made a page for contact and I generated a contact form but it appears on the page above the contact form some information like : data 18 february 2016 and that was post by admin, and double word CONTACT -this information I want to delete from this page but I don’t know how. can you please give me a solution? this is the page: http://www.addictra.ro/contact/
    also, in the right side of the page it’s an ARCHIVES button, how can I delete it?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    in the right side of the page it’s an ARCHIVES button, how can I delete it?

    To make that contact page full-width go to
    Admin Dashboard >> Pages
    Select that contact page to edit.
    On the left side select Page With Full Width template from
    Page Attributes section and publish the page.

    data 18 february 2016 and that was post by admin, and double word CONTACT -this information I want to delete from this page

    If you want to remove that information only from contact page put below css at the end of the style.css file

    .post-70 .post_title_con{
        display:none;
    }

    or if you want to remove it from all pages use below css

    .post_title_con{
        display:none;
    }

    Thanks

    Thread Starter georgiluca

    (@georgiluca)

    thank you very much. i fixed the “problem”

    @most Welcome

    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘pages – contact’ is closed to new replies.