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

    I would like to remove the borders from my toggle test, and change the rollover background color and toggle background from the black color to #f5f5f5
    http://50.87.248.198/~westpro1/dev/test-2/

    I want to be able to do this on a per-page basis only; I don’t want to change the template for the whole site, please

    thank you
    gary

    #496503

    Hi gharding!

    You can use the below css in order to edit the hover color and background color and border width of your accordions:

    .main_color .toggler:hover {
    	background: #f5f5f5 !important;
    }
    
    .main_color .toggle_content {
    	background: #f5f5f5 !important;
    }
    
    .toggle_content {
    	border-width: 0px !important;
    }

    Best regards,
    Dake

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