studioart

Enfold - Accordion Styling

Feb 6th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*ENFOLD - ACCORDION - REMOVES THE + SYMBOL (1 of 2)*/
  2. #top.page-id-xxxx #av_section_xxxx .togglecontainer .toggle_icon span {
  3.   display:none;
  4. }
  5.  
  6. /*ENFOLD - ACCORDION - REMOVES THE + SYMBOL (2 of 2)*/
  7. #top.page-id-xxxx #av_section_xxxx .togglecontainer .toggle_icon {
  8.   display:none;
  9. }
  10.  
  11. /*ENFOLD - ACCORDION - BACKGROUND COLOR*/
  12. .togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist+.single_toggle .toggler {
  13.    background-color: #000;
  14. }
Add Comment
Please, Sign In to add comment