• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 16.08.18, 10:30
  • Opened by: Saada Michael
  • Closed by: Marek
  • Closed on: 11.12.18, 15:43
  • Reason: Closed
  • Comment: Glad to help!

Ticket #12719 - Remove google map from contact page

Hi !
I would like to remove the google map api from the contact page, but I don’t know where I can change this page : https://www.gooce.fr/nous-contacter .
Also, I would like to change the font of my Newsletter form in my home page because a white font in an white page isn’t very great !
If you can take a look, In my footer the newletter form already have an animation (a rounded border and a color change when clicked-on) I want the same for my home page.

Comments

Marek 18 Aug 2018, 11:18

Hi, Saada Michael.
1. Try following CSS to hide the map:

.contact-form-map {display:none}

2. to change border color for newsletter form try this:

.pagebuilder .newsletter-input {border-color:#aaa}