67a0a236 by Jeff Balicki

ee

1 parent f1208410
......@@ -17208,6 +17208,10 @@ ss3-force-full-width {
margin-left: -15px;
}
.small-caps {
font-size: 0.8rem;
}
body {
font-family: "Calibri";
}
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
// Add your custom JS here.
jQuery( document ).ready(function($) {
$("span, p").each(function() {
var text = $(this).html();
text = text.replace('Qualified Associate Financial Planner', 'Q<span class="small-caps">UALIFIED</span> A<span class="small-caps">SSOCIATE</span> F<span class="small-caps">INANCIAL</span> P<span class="small-caps">LANNER</span> ');
text = text.replace('Certified Financial Planner', 'C<span class="small-caps">ERTIFIED</span> F<span class="small-caps">INANCIAL</span> P<span class="small-caps">LANNER</span>');
$(this).html(text);
});
AOS.init({
// Global settings:
disable: false, // accepts following values: 'phone', 'tablet', 'mobile', boolean, expression or function
......@@ -22,7 +30,8 @@ jQuery( document ).ready(function($) {
anchorPlacement: 'top-bottom', // defines which position of the element regarding to window should trigger the animation
});
$('.wp-block-button__link').attr('tabindex', 0);
$('.cf7mls_btn').attr('tabindex', 0);
......
......@@ -691,4 +691,9 @@ height: 87vh;
[name='contact-about-experience[]'] {
margin-left: -15px;
}
.small-caps{
font-size: 0.8rem;
}
\ No newline at end of file
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.30369
Version: 1.1.30370
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......