Diffrent styling for the slider module
See original GitHub issueFeature Request
I am using the slider module and it works perfectly and I wonder if there is any way to change the position of the labels being displayed on the slider.
For example, I want something like this:
And we have this:
I have tried some modifications at one of my demo servers and here is the link to the page.
On the page, I have a filter slider named SYMM.
which has a Very Good
label, and unfortunately, my CSS skill is not so good that’s why it been overlapped by the slider nodes.
So to avoid my confusing CSS codes I like to ask if there is any way to have the slider as I want?
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
How to Style Divi's Post Slider Module like Brit + Co's Post Slider
Under “Categories”, add a check next to “Today's Must Reads” and uncheck all other categories including “Uncategorized”. select-category. This ...
Read more >How to Style Divi's Post Slider Module like Brit + ... - YouTube
In today's video, I show you to Style Divi's Post Slider Module to look like Brit + Co's Post Slider. The project demonstrates...
Read more >How to Style Divi's Slider Module for a Bold Team Members ...
In this video, I am going to show you how to Style Divi's Slider Module for a Bold Team Members Area.Traditionally team members...
Read more >Control slider styling with css-modules · Issue #154 - GitHub
It's inconvenient to override styles for developers who don't want to use css-modules, if rc-slider(and other react components) use css-modules.
Read more >Simple Line-style Slide Controllers for Divi Slider Module
In this short tutorial we will apply custom styling to Divi Slider module slide controllers which will make them look like a continuous...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Couldn’t we add a class to the labels to allow them to appear above or below the slider, rather than using override?
Something like
.labels.bottom.aligned
? Could we also potentially apply to a label itself, so the labels could potentially rotate (if wanted) to be above or below, eg.labels .label.bottom.aligned
(top/above alignment could be default for comparability)I think adding this variation to FUI is valuable, since long text labels like this poll seem very common use case.