Customization :
1. #next - for customizing the next glide button(>).
2. #previous - for customizing the previous glide button(<).
3. #dots + 'your id for sections' - for customizing the dots(bottom).
4. #tooltipspan - for customizing the dots tooltip.
Eg:
#next, #previous{
color:rgba(1,1,1,0.5) !important;
}
#next:hover, #previous:hover{
color:rgba(1,1,1,1) !important;
}
#dotsglideone, #dotsglidetwo, #dotsglidethree, #dotsglidefour{
background:rgba(1,1,1,0.5) !important;
}
#dotsglideone:hover, #dotsglidetwo:hover, #dotsglidethree:hover, #dotsglidefour:hover{
background:rgba(1,1,1,1) !important;
}
#tooltipspan{
color:rgba(1,1,1,0.5) !important;
}