Best Premium and Free WordPress Themes › Forums › Travel Way Pro › Add more text to the slider
- This topic has 7 replies, 2 voices, and was last updated 1 year, 5 months ago by
acmesupports.
- AuthorPosts
- August 19, 2021 at 8:14 pm #98940
Jeffrey Saltzgiver
ParticipantI would like to add more text information to the slider.
I’d like to add the date of the trip under the heading in a different size and font.
I have “Display Title” checked which gives me the main heading – and I was able to format that through CSS.
I also have tried checking “Display Excerpt”, which will then display the date, which I added to the content area of the page.
While it does display the text; I am unable to format it through either the page itself, or CSS.Now, to complicate things even more: my client would like the heading of each slider to be different colors.
Thank you for your help.
JeffAugust 20, 2021 at 5:16 pm #98953acmesupports
ModeratorDear Jeff,
You can add the given CSS code in Additional CSS:
Appearance > Customize > Additional CSS.image-slider-wrapper .banner-title { color: #4e4e19; }
If you want the heading of each slider to be different colors then it will require theme customization.
Best Regards!
August 21, 2021 at 8:51 am #98963Jeffrey Saltzgiver
ParticipantI’ve done that.
How can I specific different sliders/
?
i.e. blue banner title on slide 1 and red banner title on slide 2.Also; when I add content to a specific slider page, it displays when I have have “Display Excerpt” checked, but it does not display any formatting that I’ve done on the page.
My client wants the sliders to be as follows:
He wants the headings to be different colors on each slide.
Beneath that, he wants the date of the trip to be in a specific font.August 22, 2021 at 8:28 pm #98984Jeffrey Saltzgiver
ParticipantI’ve figured out most of this.
I am having trouble creating CSS for each individual slide.
I have 2 slides.
I’d like to be able to have the headline on one slide yellow and on the other slide black.
I can’t seem to find the id or class that differentiates between each individual slide.
Thanks,
JeffAugust 23, 2021 at 11:40 am #99000acmesupports
ModeratorDear Jeffrey,
If you want to have a different design in different slider images then it will require theme customization.Best Regards!
- This reply was modified 1 year, 5 months ago by
acmesupports.
August 23, 2021 at 9:35 pm #99006Jeffrey Saltzgiver
ParticipantI understand that.
Can you give me the class which denotes each slide?
I can then CSS each one specifically.
I have done then as a group; what would be the class/id of Slide 1…. and Slide 2.August 23, 2021 at 10:51 pm #99010Jeffrey Saltzgiver
ParticipantHere is the CSS code that I’m using to alter the slider text.
Can you tell me what i would add to specify Sider 1 and also Slider 2?.image-slider-wrapper .banner-title {
color: #ffff00;
text-shadow: 2px 2px #636363;
-webkit-text-stroke: 1px red;
font-family: Arial;
}
.image-slider-caption p {
font-size: 35px;
font-family: ‘Nanum Brush Script’, cursive;
color: #ffff00;
text-shadow: 2px 2px #636363;
-webkit-text-stroke: 1px red;
}August 24, 2021 at 4:22 am #99012acmesupports
ModeratorDear Jeffrey,
As we discussed with our developer team this feature will require theme customization.Best Regards!
- This reply was modified 1 year, 5 months ago by
- AuthorPosts
- You must be logged in to reply to this topic.