- This topic has 4 replies, 3 voices, and was last updated 7 years, 11 months ago by Hash.
Viewing 5 posts - 1 through 5 (of 5 total)
- AuthorPosts
- November 24, 2016 at 12:52 am #1188rugarerParticipant
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.
November 24, 2016 at 10:47 pm #1209HashKeymasterHi,
Add the below CSS code using some Custom CSS plugin to remove the title.
.ht-slide-caption{ display: none; }
November 25, 2016 at 11:05 pm #1222ConfidemusParticipantThat 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)?
December 1, 2016 at 2:07 pm #1260rugarerParticipantThank you that did the trick!
December 5, 2016 at 9:34 pm #1288HashKeymaster@Confidemus Here is the CSS to show the caption at the bottom of the slider
.ht-slide-caption{ top: auto; bottom:0; }
- AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.