• Resolved herculiez

    (@herculiez)


    Dear all

    Does anyone know how to remove the Blog part under the slider in theme sydney?
    I’m trying to make the static page as clean as possible, utilizing only the slider and nothing more.

    I tried to paste following code in my custom css, without succes:

    #main-core{
    display:none;
    }

    I just want to see the slider on the full page, nothing else… ??
    Anybody can help?

    Thanks in advance,
    Bart

Viewing 4 replies - 1 through 4 (of 4 total)
  • Dear Bart,

    Thank you for reaching out to us here.

    Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    .home .page-wrap{
      display: none;
    }
    

    Regards,
    Kharis

    Thread Starter herculiez

    (@herculiez)

    Hi Kharis

    Super, thanks for the quick reaction/solution!

    I putted the code in Simple Custom CSS plugin, and it works perfectly!
    In the child’s them style.css it didn’t.

    Thanks,

    Kind regards,
    Bart

    Dear Bart,

    Could you please confirm if the child theme is being active?

    Regards,
    Kharis

    Thread Starter herculiez

    (@herculiez)

    Hi Kharis

    The child theme is indeed active and the code doens’t work.
    But as I said; since I putted the code in the Simple Custom CSS plugin, it works perfectly.

    Thanks,

    KR,
    Bart

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘blog under slider’ is closed to new replies.