I am using the Enigma Theme Pro.
I wonder why my slider 2 and 3 titles doesn't appear to be as they should.
Look at my screenshot. The Slide 1 Title should be the normal display.
http://screencast.com/t/J1BRuZOeq
I am not familiar with coding, but if I need to add a code or revise, give me a detailed instruction and I can follow it.
Thanks for your help.
Enigma Pro Slider Title not as normal
Moderator: forum_m
-
- Posts: 7216
- Joined: February 26th, 2015, 1:40 pm
Re: Enigma Pro Slider Title not as normal
Hi,
Please share your site URL.
Thanks.
Please share your site URL.
Thanks.
-
- Posts: 9
- Joined: August 19th, 2016, 3:45 pm
Re: Enigma Pro Slider Title not as normal
Hi, my URL is www.jettrix.com. Please help. Thanks.
-
- Posts: 7216
- Joined: February 26th, 2015, 1:40 pm
Re: Enigma Pro Slider Title not as normal
Hi,
Please go to Admin Dashboard >> Appearance >> Theme Options >> General Settings.
Now copy below CSS code and paste into Custom CSS Editor.
Save the changes.
Thanks.
Please go to Admin Dashboard >> Appearance >> Theme Options >> General Settings.
Now copy below CSS code and paste into Custom CSS Editor.
Code: Select all
.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-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;
}
Thanks.
-
- Posts: 9
- Joined: August 19th, 2016, 3:45 pm
Re: Enigma Pro Slider Title not as normal
Awesome! Thank you so much. 

-
- Posts: 7216
- Joined: February 26th, 2015, 1:40 pm
Re: Enigma Pro Slider Title not as normal
Most Welcome.
Thanks.
Thanks.