Skip to content

Sergey O.

My feedback

2 results found

  1. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  Designers  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Sergey O. commented  · 

    In order to change this button value, just proceed to your site global JavaScript settings and insert this code:

    <script>
    jq$(document).ready(function(){
    jq$('.WaGadgetSubscriptionForm .navigationOuterContainer .navigationContainer .right input[type="submit"]').val('Submit');
    });
    </script>

    Refer to this page to find out how to reach global JavaScript settings:
    https://help.wildapricot.com/display/DOC/Inserting+and+modifying+HTML+or+JavaScript#InsertingandmodifyingHTMLorJavaScript-InsertingglobalJavaScript

  2. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    4 comments  ·  Designers  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Sergey O. commented  · 

    You may try using CSS customization in order to change the font size of first level menu in horizontal menu:


    .WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a
    {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    }

    You may change the font-size property and padding values up to you.

    To learn how to enter CSS customization code please refer to this page:
    http://help.wildapricot.com/display/DOC/CSS+Customization/?utm_source=contexthelp&utm_medium=site&utm_campaign=contexthelp#CSScustomization-EnteringCSScustomizationcode

Feedback and Knowledge Base