Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1077908

    Hi
    Open /css/custom.css file in the template folder and add this code

    .t3-footer {
        display: none;
    }

    save file, clear cache and check.

    Regards

    infocubic Friend
    #1077937

    Hi Pankaj,

    This is removing the whole footer. I need the copyright position to be there….Please help

    Please see the screen I marked in red which need to remove…


    1. Untitled-1
    Pankaj Sharma Moderator
    #1077941

    Hi
    For only first footer container use this code in custom.css file and remove the older code

    
    .t3-footer > div.container{display:none;}
    

    Regards

    infocubic Friend
    #1077953

    Thank you, the issue is fixed now

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  infocubic 6 years, 4 months ago.

The topic ‘How to remove footer position’ is closed to new replies.