Hi, kindly help.
Hi, i managed to restore some parts to the previous state. Could you please help remove the latest posts part from the home page but leave them on other pages? I tried this CSS, it did not work:
#top.home #newsbox-5 {
visibility: hidden !important;
}
Hi mosesjohnson,
I have checked your site and the css shouldn’t work because there’s no widget with an ID of newsbox-5 in the homepage.
Your site seems to be aligned except for the footer widget, the 1st and 3rd column seems to be empty while the 2nd column has lots of widgets in it.
Best regards,
Nikko
Hi mosesjohnson,
I have added this CSS code in your Quick CSS, this ensures that your latest posts in the footer will be hidden in the homepage but shown in all other pages:
.home #footer #newsbox-8 {
display: none;
}
Best regards,
Nikko
Hi mosesjohnson,
No worries, please remove the old code that’s not working and replace it with:
.home #footer .newsbox {
display: none;
}
Best regards,
Nikko
Hi Nikko,
Thanks for your help, it worked.
Best.
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
I am fine, you can happily close the thread :)
Cheers.
Hi mosesjohnson,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko