November 25, 2017 at 1:39 pm
Hello again folks,
I have a series of questions regarding my site. *Login to see link
These are my second 2 questions (out of 8)
I have questions regarding background color of specific elements (*Login to see link specifically the accordion and the video on this page.
– For the accordion, i added come custom css on the global level to make each accordion background color white when not collapsed
.panel-heading .accordion-toggle.collapsed {
background: white;
}
But i would like to change the background & font color of the accordion once it’s collapsed, and i would like to assign different accordion background & font colors for different pages so a global change wouldn’t be sufficient here. Is there a way to accomplish this?
– Also i added a video on this page, and it seems to have added a background under the video. I would like to either remove the background, lower the opacity or change the color. Is this in any way possible?