Hiding latest post and changing contact form labels

Discussion in 'StartPoint Business One Page WordPress Theme' started by stauffermi, Nov 13, 2014.

  1. stauffermi

    stauffermi New Member

    Joined:
    Nov 13, 2014
    Messages:
    2
    Likes Received:
    0
    Hi how can I hide the latest post section? and how can I rename the contact form labels and button text?

    thanks for your help!

    kind regards
    micha
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello!

    To hide post
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    div#section3 {
    display: none;
    }

    To rename contact form label follow below image
    14-nov-startpoint-contact-form.png


    Thanks & Regards
    Pramod
     
    stauffermi likes this.
  3. stauffermi

    stauffermi New Member

    Joined:
    Nov 13, 2014
    Messages:
    2
    Likes Received:
    0
    Great thank you!

    One other question:
    in the Header Section there is a button with a link. I want to make the link to a section in the form f.e. #section4
    but the link always open in a new window.

    can I Change that somehow?

    Kind Regards
    Micha
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Micha,

    Please follow below image.
    17-nov-startpoint-button.png
    Thanks & Regards
    Pramod
     

Share This Page