How can I remove the contact us section from my theme using coding?

Hi!

Please go to Admin pannel → Themes → Edit code → Find file called ‘theme.scss’ → Add this code to the very bottom of the file

.row.justify-content-end {

display: none;

}

If you face any further issues, please PM me