Div.entry-featured box at top of some pages

Hi,

I have a rouge section box (div.entry-featured mtn) located on some pages under my navigation. How do I remove this box?

An example is here:

Summary

http://inlign.strongerbranch.com/osteopathy-questions/

Thanks

Hi There,

To remove that box, please add this custom CSS under Theme Options > CSS:

body:not(.blog) .entry-featured {
    display: none;
}

Upon checking your website, I could see that your theme & plugin are outdated.

I recommend you to update them to the latest version.

The update guide:

The changelog:

https://theme.co/changelog/

Regards!

Hello Thai,

Thanks for the tip.

  • I have updated all my themes and plugins, however the top square still appears on some pages.
  • I deactivated all the plugins except cornerstone and the top square still appears
  • I cleared my browser cache and looked at the site on another browser and the top square still appears.

Cheers,
David

Hi There,

Thanks for your clarification!

Can you please add this CSS to your theme option -> CSS and let us know if that helps!

.page-template .entry-featured {
border: 0px !important;
}

Hope this works.

If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.

I recommend you to watch following video that will help you to get started with CSS.

https://www.youtube.com/watch?v=MFR4WXiLzpc

Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.

https://developers.google.com/web/tools/chrome-devtools/css/

https://developers.google.com/web/tools/chrome-devtools/

https://www.youtube.com/watch?v=tP_kXBJWPhQ&t=200s

Thanks.

Thanks. The additional CSS code worked.

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.