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
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 Thanks & Regards Pramod
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