Okay
  Public Ticket #1089292
Auto Type
Closed

Comments

  •  2
    CSimpson90 started the conversation

    Hello Laborator,

    Firstly, Kalium is excellent in every way. Just beautiful.

    Please help me though, I am useless with code.

    I am trying to change the colour of the black block which covers the changing word in the auto type feature. I can't seem to change it from black? I would like to change it to #00a9c5 which is the same as the heading text on my site.


    Also the other issue I am having is making the google map in the contact page become full width - as it is in your demo page here: https://demo.kaliumtheme.com/main/contact-3/

    Thank you in advance, I look forward to your answers!

    All the best,

    Charlie

    {"wp":{"use":false,"adminUrl":"www.designbare.com/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi Charlie,

    Thank you very much for your kind comment, we really appreciate that

    This is a customization question and support doesn't offer customization services as we wrote on our documentation homepage. I will try to help you this time though.

    1— Can you please add the code below to Custom CSS

    .wpb_wrapper .auto-type-element span.block {
    background: #00a9c5 !important;
    }
    2— You just need to go to Row Stretch settings and choose the last option http://drops.laborator.co/Ozzc
  •  2
    CSimpson90 replied

    Hi Ylli,

    Thank you so much, that has sorted out those annoying problems I had! :)

    Now, it has created a new one, which I have been trying to sort out for a long time - it has made the dark lines disappear on the contact form. I have attached two photos so you can see what I mean, one with the lines and one without! 

    Please help me!

    All the best,

    Charlie

  • [deleted] replied

    Hi Charlie,

    Please disable your coming soon mode or share your Wordpress credentials here, because I need to login to your site to be able to see this page. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   CSimpson90 replied privately
  • [deleted] replied

    Hi there,

    1— That is happening because you have changed your Skin > Borders Color to that color.

    Please add the code below to Custom CSS

    .contact-form input, .contact-form textarea {
        border-bottom-color: #eee !important;
    }
    .contact-form textarea {
        background-image: linear-gradient(#eee 1px, transparent 1px);
    }

    2— That is not possible.

    Will set this ticket as solved from here.

  •  2
    CSimpson90 replied

    Hi Ylli,

    I have added the below code, but the contact form hasn't changed?

  • [deleted] replied

    Hi there,

    Please be more careful. That happened because you forgot to close your previous CSS code http://drops.laborator.co/oqWv


  •  2
    CSimpson90 replied

    You are a star!

  •   [deleted] replied privately