Jump to content
thirty bees forum

CSS override from jQuery Plugin (HomeSlider)


Séane

Recommended Posts

Hello,

 

I am trying to customise the homeslider module, which is calling a jQuery Plugin stored in:

ThirtyBees\js\jquery\plugins\bxslider\jquery.bxslider.css

 

Everything I type in the global.css or if I create a specific css file within the module, inside of the theme, I can't override the css from the jQuery plugin.

 

Basically I would like to remove the ::after tag in the CSS and change the width of the arrows, but the css from the plugin takes the lead.

 

Any idea?

Séane

Link to comment
Share on other sites

This works for me for arrows :

#homepage-slider .bx-wrapper .bx-next, #homepage-slider .bx-wrapper .bx-prev{
	top: 50%;
	width: 30px;
	height: 30px;
}

You must do this in yourtheme/css/modules/homeslider/homeslider.css

Edited by tommat
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...