Hi
I want to change the title font for one full screen slider only. What CSS would I need to do this?
Thanks
Karen
Hey kwebdesi,
Please post a link to where we can see the element in question.
Best regards,
Rikard
thanks – page is http://www.jdaseymourphotography.com.au/1267835-2/ I want to change the ‘JASPER DA SEYMOUR’ title font.
Karen
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-15358 .slideshow_align_caption h2 {
font-family: verdana !important;
}
Replace verdana with the font of your choice.
Best regards,
Rikard
I have more than one slideshow on that page. I only want o change the title of the first one. I can see that they are named – first one shows as
<div class=”avia-slide-wrap” data-rel=”slideshow-1″>
I don’t know how to assign the css to a data-rel element if you can?
Karen
Hi Karen,
You can try to use .avia-slide-wrap[data-rel="slideshow-1"]
as your selector.
You can read this for reference: https://css-tricks.com/almanac/selectors/a/attribute/
I hope that helps!
Best regards,
Sarah
I have worked it out I think
.page-id-15358 .avia-slideshow-1 h2 {
}
Thanks
Great. Do you have further questions about this topic, or can we close this thread?
Best regards,
Sarah
Thanks – all good to close
Thank you!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We would also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
Sarah