D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Salman Hamid

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Customization the Travel Theme #7330
    Salman Hamid
    Participant
    in reply to: Customization the Travel Theme #7329
    Salman Hamid
    Participant

    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.

Viewing 2 posts - 1 through 2 (of 2 total)