Hi..
If you want slider text in white again.
you may replace h2 tag from h1, because css is written with h1 tag.
If you want h2 tag then tell us, w’ll customize them.
Thanks.
Hi, yes, I would like H2.
Hi..
Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme general Options.
Now copy below code and paste into Custom CSS Editor.
.carousel-text h2 {
margin: 0 0 0px 0;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
font-size: 3em;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
color: #fff;
text-transform: uppercase;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
line-height: 1.4em;
background:rgba(0,0,0,0.6);
-webkit-animation-delay: .3s;
-moz-animation-delay: .3s;
-ms-animation-delay: .3s;
-o-animation-delay: .3s;
animation-delay: .3s;
}
Save the changes.
Thanks.
Hey quick question – can I change the speed for the enigma theme slideshow or is it set at a standard speed – it seems to be too fast so I wanted to slow it down.
Thanks
Hi.@withinthecode
Please make child theme directory and create home-slideshow.php.
now copy code from LINK and paste into child theme’s home-slideshow.php file.
Save the changes.
Thanks.