Sorry for posting here but I didn't see my theme anywhere. I would like to get rid of the blog and team section of the theme. Thank you
Hello, Greeting from InkThemes, To make the desired changes, just paste the code in the custom CSS section of the theme. Go to (Dashboard->InkThemes->Theme Options->Styling Option). OR To make the desired changes, just paste the code in the Additional CSS section of the theme. Go to (Dashboard->Appearance->Customize->Additional CSS). /** To hide the blog section **/ Code: section#blog { display: none; } /** To hide the team section **/ Code: section#team { display: none; } Regards, Akbar InkThemes.com