• Resolved makica29

    (@makica29)


    Hi,

    I have slider issues, all three photos have had text labeled with header H1, so I had 3 – H1 tags on first page. After I changed two of them to H2, slider letters went loco on me and turned grey. Where can I find the option and turn them white again? You can see the issue here… Just take a look at slider.

    http://bee1st.net

    thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.

    Thread Starter makica29

    (@makica29)

    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.

    Thread Starter makica29

    (@makica29)

    it works.

    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.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘slider issue’ is closed to new replies.