• Resolved votps

    (@votps)


    https://demo.athemes.com/alizee/
    ive you look at the demo bage,

    i want to delete the sidebar, both the social on the left and the one with the widgets on the right.

    i have read on forums some one said to put the code on additional css
    the code:

    #secondary {
    display: none;
    }

    but it didnt work, its still there
    ive deleted all the widgets from there,
    i even tried to delete the sidebar.php file in file manager, it was still there

    and besides of that, how can i disable the icon which appears on my post when i hover the mouse over it, or the yellow color, or maybe change the color, is it possible at all?

    as well as the yellow “feutred” writing on the buttom left side of the posts. how can i remove it?

    • This topic was modified 5 years, 3 months ago by votps.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    i want to delete the sidebar, both the social on the left and the one with the widgets on the right

    Can you please provide some explanatory screenshots?

    You can upload screenshots to your WordPress Media Library and share a link, or you can use one of the online services (Google Drive, Dropbox, etc.).

    Please create a new topic for each of your other issues to keep the forum in good order and make it easier to help you.

    Kind Regards, Roman.

    Thread Starter votps

    (@votps)

    Hello roman thank you for your reply,

    ill start with the first issue then,

    https://ibb.co/bQYdK1p
    heres screenshot and also marked what im trying to delete.

    and also on the other side, there is also slidebar,
    https://ibb.co/T4F838Y

    not sure why you need the library but here is the screenshot of it:
    https://ibb.co/kyqMkfH

    Hello,

    1. Try to remove menu from Social location, you can do it in Appearance → Menus section, or in Customize → Menus.

    2. Try to use the following CSS code in order to hide (not remove) the sidebar. You can add CSS code in Customize → Additional CSS section.

    .sidebar-toggle,
    #secondary {
        display: none;
    }

    3. I didn’t need the screenshot of your Media Library, I wanted to say that you could use it instead of online services, in your case imgbb dot com.

    Kind Regards, Roman.

    Thread Starter votps

    (@votps)

    Roman this did work for me, thank you very much!

    ive found this same code on forum except the “.sidebar-toggle,” , so it didnt work.

    and as you suggested ill post new topic on the second thing i wish to remove.

    OK, you are welcome!

    Kind Regards, Roman.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘deleting unnecessary stuff’ is closed to new replies.