Hi, where do I go to do the following: 1) edit text and phone number in the top-right corner button (for reservations call") 2) remove the "latest from the blog" header/section from the home page. 3) edit the "read more" box (text and button text) over the slider. 4) remove the "follow" social icons at the bottom. Thank you.
Hello, 1. Go to the Appearance > Theme Options > General Settings panel in your dashboard and put your contact detail in the "Top Right Contact Details" section. 2. Go to the Appearance > Theme Options > Home Page Bottom Feature Panel in your dashboard and enter your text in the "Home Page Blog Heading Text" section or your can put the code given below in that section to remove all the text from there. Code: <p></p> 3. Go to the Appearance > Theme Options > Slider Settings Panel in your dashboard and put your text in the "Link Text for First slider" section. Similarly do the same for other slider also. 4. Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .bottom_footer_container ul.social_logos { display: none; } This will solve your issue.