Change color of footer
This commit is contained in:
parent
af855097aa
commit
9e9c07f2d9
|
@ -1,4 +1,7 @@
|
||||||
footer{
|
footer{
|
||||||
|
&.tainacan-footer {
|
||||||
|
background-color: #2c2d2d;
|
||||||
|
}
|
||||||
ul{
|
ul{
|
||||||
li{
|
li{
|
||||||
&.tainacan-side {
|
&.tainacan-side {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?php if(!is_404()) : ?>
|
<?php if(!is_404()) : ?>
|
||||||
<footer class="container-fluid p-4 p-sm-5 mt-5 bg-haiti" style="padding-bottom: 0 !important;">
|
<footer class="container-fluid p-4 p-sm-5 mt-5 tainacan-footer" style="padding-bottom: 0 !important;">
|
||||||
<?php if ( is_active_sidebar( 'footer-1' ) ) { ?>
|
<?php if ( is_active_sidebar( 'footer-1' ) ) { ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 col-lg">
|
<div class="col-12 col-lg">
|
||||||
|
|
Loading…
Reference in New Issue