mirror of
https://github.com/ascribe/wp-theme
synced 2025-02-14 21:10:26 +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;
|
padding: 240px 0 210px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
@ -302,7 +302,7 @@ class Subtemplate {
|
|||||||
$backgroundImg = get_sub_field('image')['url'];
|
$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'>
|
<div class='centered-content'>
|
||||||
<h1>{$ctaTitle}</h1>
|
<h1>{$ctaTitle}</h1>
|
||||||
<div><a href='{$ctaLink}' class='button blue-overPic'>{$ctaText}</a></div>
|
<div><a href='{$ctaLink}' class='button blue-overPic'>{$ctaText}</a></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user