Okay
  Public Ticket #1928399
Remove map from contact page
Closed

Comments

  •  5
    epicnick started the conversation

    Hi there,

    I would like to remove the Google Map from the contact page. Is that possible?

    Best regards,

    Nick

  •  1,559
    Laborator replied

    Hi Nick,

    Follow the instructions in the GIF image below to remove the maps from the contact page:

    medium
    (view large version)


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  5
    epicnick replied

    Thanks Art! Would it be possible to add a background image to the Contact page template? 

    I can use css:

    .oxygen-top-menu.page-template-contact-php .wrapper>.main {
        background: url(/wp-content/uploads/2019/03/image.jpg);
    }

    But the image repeats. I would like to have it fullwidth. Any tips?

    Thanks!


  •  1,559
    Laborator replied

    Hi again,

    Use this instead:

    .oxygen-top-menu.page-template-contact-php .wrapper>.main {
        background: url(/wp-content/uploads/2019/03/image.jpg) no-repeat !important;
        background-size: 100% !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  5
    epicnick replied

    Thanks again!

    One more question: are there settings for text links somewhere? I noticed the font of the text is changed when it's a link. Please see the attached image.

    Best regards,

    Nick

  •  1,559
    Laborator replied

    Hi there,

    Can you please send us your site URL first, so we can investigate your site and then get back to you with possible solution.

    P.S. make sure you've disabled the Maintenance/Coming Soon mode

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   epicnick replied privately
  •  1,559
    Laborator replied

    Hi there,

    Add this CSS to Custom CSS:

    .widget_text .textwidget p {
        font-family: "Raleway", sans-serif !important;
        color: #333333;
        font-weight: normal;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group