• Hi, Thanks for the awesome theme. I have issues with featured image. I want to hide the featured image on pages (not in the slider).

    When i use the below custom CSS, content also disappeared along with the image.

    .page-id-no .pt-post-wrap {
    display: none; }

    Also how can i remove the border for the content on the pages.

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Precise Themes

    (@precisethemes)

    Hello,
    you can add css property border: 0; for that div where you want to remove the border.

    Thread Starter rajaseg

    (@rajaseg)

    Hi,
    Thanks for the reply. Can you pl elaborate how to remove border for the pages?

    Also pl let me know how to disable/hide the featured image on the pages, not on the slider.

    Thanks in advance.

    Theme Author Precise Themes

    (@precisethemes)

    Well, First you need to figure out where you want to remove the border. Find the class of those divs and then apply the border: 0 and add that CSS through to customizer custom CSS.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove featured image on the page & Boxed content’ is closed to new replies.