Right now, I have the following code in Custom Code within Head Area:
<style>
.pagenev { display: none; }
.label-text a h3 { margin: 100px auto 0; }
.vspace { height: 150px; }
</style>
But, the image caption of the slider image is still on the default position, i.e. position set in the theme by default. Whereas, I want to display the image caption just below the top menu.
I have No. of Slide images is 1, and the Slide Interval in Milliseconds is 9000000000. No image set in the Background. Because I am using the slider with one image and its caption.
I have used This Technique and found the following css code:
.label-text a h3 {
color: #F7B9B9;
font-size: 50px;
margin: 330px auto 0;
max-width: 950px;
opacity: 0.7;
padding: 10px;
text-align: center;
text-shadow: 1px 1px 5px #000000;
text-transform: uppercase;
}
and also a filename “superslide.css” but I can not find a file with such name in the editor.
please help me out in moving the image caption.