Comments tambet111 started the conversationSeptember 8, 2021 at 10:32amWhen opening menu on homepage there also appears contact info that i cant delete. I dont want this to appear. Also i need to translate that ''close'' button from the corner.Added screenshot. 211Andrey repliedSeptember 8, 2021 at 12:08pmHello Dear Customer!In order to remove this area, please paste these code to Additional CSS: .section_padding_bottom_115 > [class*="container"]{ display:none;}And these code for translating the text: .toggle_header_close{ font-size: 0px; } .toggle_header_close:before{ font-size: 14px; content: "TEST"; } Then click to Publish button and check the results.Best Regards! Sign in to reply ...
When opening menu on homepage there also appears contact info that i cant delete. I dont want this to appear. Also i need to translate that ''close'' button from the corner.
Added screenshot.
Hello Dear Customer!
In order to remove this area, please paste these code to Additional CSS:
And these code for translating the text:
Then click to Publish button and check the results.
Best Regards!