Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1016770

    Hi – I’m working on a website and the owner would like to hide column1 of the footer on one page only. I will link the website in question, the Contact page is where we don’t want column1 showing. I did see a possible solution posted on a support page from several years ago, but since Enfold is perpetually in development (which is great), I wanted to ask in case there’s been an update. The solution mentioned adjusting the footer.php file, so I wanted to be certain before tried that. Thanks for any suggestions/help – appreciate it as always!!!

    Also, as the theme is updated, will I need to re-do changes in the header.php file? I don’t believe they carry over with updates, correct? Thank you!

    #1016848

    Hey MCGWebmaster,
    To remove the column only on the contact page, please try this code in the General Styling > Quick CSS field:

    #top.page-id-20 #text-2.widget {
    	display: none !important;
    }

    To keep your changes to the header after updating please use a child theme and add your header.php to the child theme folder.
    Read about it & Get it here

    Best regards,
    Mike

    #1017288

    THANK YOU! It worked perfectly. Greatly appreciate it. Thank you as well for the info, will read it ASAP.

    #1017296

    Hi,

    I’m glad you got this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing Footer Column1 Widget on 1 page only’ is closed to new replies.