Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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!

    #271655

    Hi 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,
    Ismael

    #271836

    Thanks, 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,
    Paul

    #271995

    Hey!

    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,
    Yigit

    #272005
    This reply has been marked as private.
    #272018

    Hey!

    Please add following code to Quick CSS instead

    top .avia-smallarrow-slider-heading h3 {
    color: red;
    font-size: 15px;
    }

    Cheers!
    Yigit

    #272054

    Thanks, Yigit. I appreciate your assistance!

    Best regards,

    Paul

    #272057

    Hey!

    You are welcome Paul, always glad to help! :)

    Regards,
    Yigit

    #347222

    Hello.
    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!

    #347231

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-content-slider .new-special-heading h3 {
    color: red;
    }

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.