Hide Homepage bottom feature settings and search categories and archives widget

Discussion in 'Poloray WordPress Theme' started by veyso_66, Jul 20, 2020.

  1. veyso_66

    veyso_66 New Member

    Joined:
    Jul 20, 2020
    Messages:
    2
    Likes Received:
    0
    Hi how can I hide the Homepage bottom feature settings and search categories and archives widget on all pages.
     

    Attached Files:

    • a.JPG
      a.JPG
      File size:
      120.8 KB
      Views:
      1
    • b.JPG
      b.JPG
      File size:
      105.4 KB
      Views:
      1
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1

    Hello,

    Warm wishes from InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard -> Appearance -> Customize -> Additional CSS).

    For bottom feature area,

    .main_content_wrapper {
    display: none !important;
    }


    for sidebar area,

    .sidebar {
    display: none;
    }


    Regards,
    Shemaela
    InkThemes.com
     
  3. veyso_66

    veyso_66 New Member

    Joined:
    Jul 20, 2020
    Messages:
    2
    Likes Received:
    0
    Hi Shemaela thank you very much it works
     
  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm wishes from InkThemes,

    You are most welcome!

    Let us know if you need further help, we will be happy to help you.

    And always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected]

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page