• Hello I have been trying to remove the third feature area on homepage but have not found any resources on this. I have a video that is next to the third feature area but it is too small, so I want to remove the 3rd feature area to make the video bigger. Any suggestions? Appreciate your time.

Viewing 1 replies (of 1 total)
  • Theme Author inkthemescom

    (@inkthemescom)

    Hi,

    To make the required changes, just paste the custom CSS code given below at the end of the style.css file in the theme

    .feturebox .featurebox_inner .featurebox_desc.third {
    display: none;
    }
    .feturebox .featurebox_inner .featurebox_desc.first {
    width: 280px;
    }
    .feturebox .featurebox_inner .featurebox_desc.second {
    width: 280px;
    }

    Hope this helps…!

Viewing 1 replies (of 1 total)

The topic ‘Remove Homepage Feature area’ is closed to new replies.