• I cannot disable featured post carousel (under header) even after unticking enable in the customizer! Please advise :op

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @bootz69 ,

    You can hide the post carousel with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    .home div#featured {
    display: none;
    }
    

    Kind regards,

    Manoj

    Thread Starter Bootz

    (@bootz69)

    Thank you ;o) That worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘cannot disable featured posts’ is closed to new replies.