• I want to remove footer from all wp post

    Removed #footer .posts {} from single.php

    Also tried this code
    .single-post #footer { display: none !important; }

    But failed. Pls send astra code, where I can remove link from all post.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @skumar1st,

    Would you please try adding the following CSS code in Appearance > Customize > Additional CSS

    ?.single-post .ast-footer-overlay {
    	display: none;
    }

    I hope that will help. Feel free to reach out to us if you have any further queries.

    ??Kind regards,
    ?Herman ??

    Thread Starter skumar1st

    (@skumar1st)

    Thanks for reply.

    No any changes. Even catch delete/ hard refresh/remove all plugin.

    Hi @skumar1st,

    ?That’s weird. I tested the code on our end and it worked. ???Do you have any site URL we can check so we can provide you a working CSS code?
    ?
    ?The other workaround that will work is by using our Elementor Header Footer plugin. You can just create an empty template and assign it as your Posts footer. Please refer to this screenshot.
    ?
    ???Kind regards,
    ?Herman ??

    Thread Starter skumar1st

    (@skumar1st)

    Added your code but no any changes.

    Please check this
    https://allmyurl.com/areawala/

    Hi @skumar1st,

    The code is working, please refer to this short video. ??How did you add the CSS code on your site? Did you add it in Appearance > Customize > Additional CSS?

    If you added the CSS code there but it’s still not working, please reach out to us through our Support Portal so we can take a look further. Please make sure you mentioned about this thread in the ticket you submit so we can monitor them both.

    Kind regards,
    Herman ??

    Thread Starter skumar1st

    (@skumar1st)

    Thanks. code was working fine.
    Also want to hide “primary header” from only post just like footer.
    Pls help.
    Thanks.

    Hi @skumar1st,

    Please try the following CSS code

    .single-post .main-header-bar-wrap {
        display: none;
    }

    I hope it will help.

    Kind regards,
    Herman ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Disable footer link’ is closed to new replies.