added 20% black on header in header on collection
This commit is contained in:
parent
bf6ee30420
commit
067e55d073
|
@ -83,6 +83,7 @@
|
|||
padding-right: 5%;
|
||||
width: 100%;
|
||||
word-wrap: break-word;
|
||||
z-index: 1;
|
||||
@media only screen and (max-width: 1024px){
|
||||
margin-left: 4.16666666667%;
|
||||
}
|
||||
|
|
|
@ -205,7 +205,7 @@ form{
|
|||
position: relative;
|
||||
&:after, &:before {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
z-index: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
|
@ -214,7 +214,7 @@ form{
|
|||
content: "";
|
||||
}
|
||||
&:before {
|
||||
background: rgba(0, 0, 0, .5);
|
||||
background: rgba(0, 0, 0, .2);
|
||||
}
|
||||
}
|
||||
&.clear-filter{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
echo tainacan_get_form_search(); */
|
||||
?>
|
||||
|
||||
<div <?php if ( get_header_image() ) : ?>class="page-header header-filter clear-filter page-height" style="background-image: url('<?php header_image(); ?>')"<?php else: ?>class="page-header header-filter clear-filter page-collection" style="background-image: url('<?php echo get_template_directory_uri() ?>/assets/images/capa.png')"<?php endif; ?>>
|
||||
<div <?php if ( get_header_image() ) : ?>class="page-header header-filter page-height" style="background-image: url('<?php header_image(); ?>')"<?php else: ?>class="page-header header-filter clear-filter page-collection" style="background-image: url('<?php echo get_template_directory_uri() ?>/assets/images/capa.png')"<?php endif; ?>>
|
||||
<div class="container-fluid px-0 bg-jelly-bean t-bg-collection">
|
||||
<div class="row t-collection--info margin-one-column">
|
||||
<div class="col-4 col-md-3 px-0 t-collection--col-3">
|
||||
|
|
Loading…
Reference in New Issue