Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
FP_Canada
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3ccfcfba
authored
2022-01-25 12:27:42 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
sss
1 parent
ca01d73d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
wp-content/themes/understrap-child/global-templates/numbers_hero.php
wp-content/themes/understrap-child/src/sass/theme/_numbers.scss
wp-content/themes/understrap-child/global-templates/numbers_hero.php
View file @
3ccfcfb
...
...
@@ -222,6 +222,9 @@ defined( 'ABSPATH' ) || exit;
</svg>
<?php
echo
do_shortcode
(
'[smartslider3 slider="2"]'
);
echo
do_shortcode
(
'[smartslider3 slider="3"]'
);
?>
<?php
...
...
wp-content/themes/understrap-child/src/sass/theme/_numbers.scss
View file @
3ccfcfb
...
...
@@ -373,7 +373,7 @@ span.number-med.last{
}
.find-number
{
color
:
#012169
;
font-family
:
"Calibri"
;
font-family
:
"Calibri
-bold
"
;
font-size
:
205px
;
line-height
:
150px
;
width
:
25%
;
...
...
Please
register
or
sign in
to post a comment