-
AuthorPosts
-
May 28, 2014 at 6:45 pm #271337
Greetings,
If there is a way to change them, would you please send a Quick CSS example of a smaller, different color font in the Content Slider Heading?
Thanks!May 29, 2014 at 7:30 am #271655Hi Paul!
Thank you for visiting the support forum.
You can change the content slider title with this on Quick CSS or custom.css:
.avia-content-slider .slide-entry-title { font-size: 11px; color: red; }Best regards,
IsmaelMay 29, 2014 at 3:22 pm #271836Thanks, Ismael.
That worked for the Slide Titles (which I’m not using), but it’s the Content Slider Heading I’m trying to modify.
I was able to center the heading using “.home .avia-smallarrow-slider-heading> div { text-align: center; }”, but not make any font size or color changes.
Best regards,
PaulMay 29, 2014 at 8:25 pm #271995Hey!
Code Ismael posted works fine on my end. Please try adding !important rule as following
.avia-content-slider .slide-entry-title { font-size: 11px !important; color: red !important; }Flush browser cache and refresh your page a few times after applying the code. If that still does not work, please post the link to your website
Regards,
YigitMay 29, 2014 at 8:43 pm #272005This reply has been marked as private.May 29, 2014 at 9:01 pm #272018Hey!
Please add following code to Quick CSS instead
top .avia-smallarrow-slider-heading h3 { color: red; font-size: 15px; }Cheers!
YigitMay 29, 2014 at 9:40 pm #272054Thanks, Yigit. I appreciate your assistance!
Best regards,
Paul
May 29, 2014 at 9:43 pm #272057November 6, 2014 at 6:15 pm #347222Hello.
I have almost the same problem. How do i change the color of the sliders headline (the one at the top that doesn’t slide)
Thanks in advance!November 6, 2014 at 6:29 pm #347231 -
AuthorPosts
- You must be logged in to reply to this topic.
