Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #373410

    Thanks again for your amazing theme(s)!

    I am completely baffled regarding the Accordion Slider and where to find a way to perform more in-depth customization than the wp-admin interface allows (like opacity of the hover ‘tone’ behind HTML Titles/Captions/Descriptions).
    It doesn’t show up as a Plugin, or via FTP in the ‘config’ folders under Enfold, or in the Editor under Appearance in admin. The only place I seem to be able to effect any changes is within the Avia layout manager within a page editor. Please illuminate us as to how this feature is implemented and where it can be tweaked! I’m sure I’m missing something really obvious :-O

    Many thanks in advance…

    Mac

    • This topic was modified 9 years, 10 months ago by lightsites.
    #373413

    Found it!
    The styling for the Accordion Slider is in ‘shortcodes.css’ in the Enfold ‘css’ folder.
    Specifically, the opacity of the gray area that houses Title and Description is in this line in the section entitled AVIACCORDION (towards the end/bottom of the file):

    #top .aviaccordion-preview-title-wrap{ position: relative; display: table; height:100%; width:100%; background:#000; background: rgba(0,0,0,0.5); padding:0; filter:alpha(opacity=60);}

    I lightened the area by changing the last rgba value from 0.5 to 0.3 – NOT altering the opacity value at the end.

    Other things like text alignment can also be customized there.

    • This reply was modified 9 years, 10 months ago by lightsites.
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘The elusive Accordion Slider – customization?’ is closed to new replies.