Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #303930

    Hi,

    I am wondering how to change the color of the semi-transparent overlay on the accordion slider and how to make the title of the post larger on the excerpt.

    Thanks,

    A

    #303932

    Hey A!

    Please add following code to Quick CSS and adjust as needed

    #top .aviaccordion-preview-title-wrap { background: rgba(255,0,0,0.5); }
    #top .aviaccordion-title { font-size: 22px; }

    255,0,0 is RGB value of the color and 0.5 is opacity level. You can set opacity level between 0-1

    Best regards,
    Yigit

    #304838

    Great, this has worked!

    Thanks,

    A

    #304839

    Hi!

    You are welcome A, have a great weekend! :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Accordion Slider overlay color’ is closed to new replies.