Tagged: ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1234380

    Hi, kindly help.

    #1234576

    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;
    }

    #1234628

    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

    #1234636
    This reply has been marked as private.
    #1234843

    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

    #1234900
    This reply has been marked as private.
    #1234906
    This reply has been marked as private.
    #1235123

    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

    #1235209

    Hi Nikko,
    Thanks for your help, it worked.
    Best.

    #1235228

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1235341

    I am fine, you can happily close the thread :)
    Cheers.

    #1235351

    Hi mosesjohnson,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Help’ is closed to new replies.