Hey there bikabo,
Hope you’re well! 🙂
I suggest you use a child theme http://codex.ww.wp.xz.cn/Child_Themes or use css custom plugin like this: https://ww.wp.xz.cn/plugins/simple-custom-css/ if you will customize your theme.
Add the code in your child theme’s style.css or using the plugin mentioned above.
.home #bottom2-section {
display: none;
}
Let me know if it helps! 🙂
Take care,
Calvin
it doesnt work for me. I don’t know if that’s because I put it in the wrong place in style.css or something else wet wrong but basically there is no changes when I update style.css and refresh my website.
Help!
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
The code should go at the very bottom of your Child Theme style.css file – Or if you don’t have a Child Theme then download a Custom CSS plugin that will manage your CSS modifications.
Thank a lot. The problem was fixed. I just went to Appereance -> Theme Options -> Tools -> and pasted the code above in Custom CSS field.
You are the best!