Okay
  Public Ticket #2892118
Change 1 word &Modify mouse decoration
Closed

Comments

  • OraLaboraStudio started the conversation

    Hi!

  •  870
    Neuron replied

    Hi OraLaboraStudio,

    Can you please provide me with your wp-admin, I will have a quick look to see what's going on and do the changes that you've mentioned.

    Feel free to ask for anything you need.

    Kind Regards


  •   OraLaboraStudio replied privately
  • OraLaboraStudio replied

    Also, I would like to ask for two little issues (last ones)

  •  870
    Neuron replied

    Hi,

    1) I've changed the cursor colors to white, I've done it by adding some CSS code at Elementor Site Settings > Custom CSS.

    2) Please make sure that you've added the Google API key at Dashboard > Neuron > Settings.

    3) You can add the form with the "Form" element of Neuron Builder, and then you can stylize the inputs and checkboxes.

    Feel free to ask for anything you need.

    Kind Regards


  • OraLaboraStudio replied

    Thanks! Looks awesome now :)


  •  870
    Neuron replied

    Hi,

    Can you please check it again, because I could add the Form element on your site, also the Google Maps is working when I added it?

    Feel free to ask for anything you need.

    Kind Regards


  •   OraLaboraStudio replied privately
  •  870
    Neuron replied

    Hi,

    There's seems to be an error with the Google Maps API key that you've created because I've added another API key to test it and the map works alright.

    Make sure to generate an API key from the link below.

    https://developers.google.com/maps/documentation/javascript/get-api-key

    Feel free to ask for anything you need.

    Kind Regards


  •   OraLaboraStudio replied privately
  •  870
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    I've added the following code to the form element to fix it, so can you please take a look at it?

    #wpforms-12013-field_3_1,
    #wpforms-12013-field_3_2,
    #wpforms-12013-field_3_3,
    #wpforms-12013-field_3_4
    {
        border: 1px solid #3030301A;
        padding: 5px;
        border-radius: 15px;
        float: left;
        margin-right: 10px;
        position: relative;
    }
    #wpforms-12013-field_3_1:checked:after,
    #wpforms-12013-field_3_2:checked:after,
    #wpforms-12013-field_3_3:checked:after,
    #wpforms-12013-field_3_4:checked:after
    {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 99999;
        background-color: black;
    }
    

    Feel free to ask for anything you need.

    Kind Regards


  • OraLaboraStudio replied

    Solved! Awesome, as always :)) Thank you so much!!

  •  870
    Neuron replied

    You are welcome anytime, feel free to ask for anything you need

    Kind Regards,
    NeuronThemes