Home Forums Total Slideshow – How to remove the title of the page from slideshow

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1188
    rugarer
    Participant

    Hello

    Im a newbie to WordPress and im enjoying working with this Total template.

    I have managed to insert the slider to appear on the homepage.

    I have however failed to remove the title of the page on the slideshow as seen in the link copied below.

    Please help – I want the slideshow or the featured image header to show without the title of the page.

    #1209
    Hash
    Keymaster

    Hi,

    Add the below CSS code using some Custom CSS plugin to remove the title.

    .ht-slide-caption{
    display: none;
    }
    #1222
    Confidemus
    Participant

    That is useful to know.

    Is there a way of positioning the page title at the bottom of the slider image (or closer to the bottom)?

    #1260
    rugarer
    Participant

    Thank you that did the trick!

    #1288
    Hash
    Keymaster

    @Confidemus Here is the CSS to show the caption at the bottom of the slider

    .ht-slide-caption{
    top: auto;
    bottom:0;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.