• Anna R

    (@saveoursyria)


    Hi! I’m using Bharat and love the theme, but I want to change some of the default features, in particular the default image in the feature area of the front page. I’d like to keep that part for writing only and have images limited to the three-column feature below. Is it possible to change these features, and do I need code for that in the editing section? It doesn’t seem possible to change the default layout through customizing.
    Thanks,
    Anna

Viewing 1 replies (of 1 total)
  • Theme Author Poonam Namdev

    (@poonam9)

    Hello Anna
    Thanks for using our theme. You can hide that featured are section by adding below code in your theme’s style.css file.

    .featured-image-box {
        display: none!important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove the image section on the front page in Bharat theme?’ is closed to new replies.