mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 09:13:38 +01:00
adapt css classes to new name
This commit is contained in:
parent
79e107fe2e
commit
e0d4ce3f80
@ -887,7 +887,7 @@ header + .chevron-divider {
|
||||
}
|
||||
}
|
||||
}
|
||||
.sign-up {
|
||||
.cta {
|
||||
padding: 240px 0 210px;
|
||||
text-align: center;
|
||||
background-size: cover;
|
||||
|
@ -302,7 +302,7 @@ class Subtemplate {
|
||||
$backgroundImg = get_sub_field('image')['url'];
|
||||
|
||||
|
||||
$result = "<section class='subtemplate sign-up' style='background-image: url({$backgroundImg})'>
|
||||
$result = "<section class='subtemplate cta' style='background-image: url({$backgroundImg})'>
|
||||
<div class='centered-content'>
|
||||
<h1>{$ctaTitle}</h1>
|
||||
<div><a href='{$ctaLink}' class='button blue-overPic'>{$ctaText}</a></div>
|
||||
|
Loading…
Reference in New Issue
Block a user