Q2A Market - Support

We are here to provide you support for Q2A Market premium and free products. If you have any issue in installation, option settings or any bug you found. Please create a ticket. We would try to get back to you as soon as possible.

question FRONT PAGE

how to make a slider with a dark background?

opened on Oct 6 in Front Page

1 Answer

 
Best answer

Find css file named q2am-front-page-styles.css from q2am-fron-pge/css directory

At the end add below code

.bx-wrapper .bx-viewport{
  background: none
}

here change background to whatever you want. none will remove the background color and display theme background color. Like the slider background become transperant

In case if it doesn't override the code than use important as below

.bx-wrapper .bx-viewport{
  background: none !important
}
answered Oct 6
selected Oct 19

Thank you very much!

You are most welcome! Closing this ticket.