Sergey O.
My feedback
2 results found
-
3 votes
An error occurred while saving the comment -
1 vote
An error occurred while saving the comment Sergey O. commentedYou 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
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