Hello there, i have two quesionts regarding CSS in particular.
I can't get rid of that space infront of the slider. I cant get it aligned with buttons. Tried grind over html inspection, but could not find the correct class to affect. Anyone has any clue please?
Almost the same question, regarding buttons. I have several buttons, so if i want to chage color, its better to use CSS for it rather than loop through of them one by one. But i can't find the correct class to change the face color of the buttons in ON and OFF sates using CSS.
I'm not familiar with margin-inline so no idea what the effect would be if you override this.
At first glance they seem to be button groups?
There is an option in the button group config to set the colour of the selected button. Untick "use theme colors" to choose your own.
Regardin the buttons, yes, there is the option, manually set it. But having 20 buttons on a page, it is not the best solution. I need some CSS to apply it to all the buttons, so i can easlily change color in one place.
Thanks anyway
this works, for overriding the default button face. Thanks
Actually i need to apply another color when the button is ON.
I think that is not achievable by CSS, or at least very hard to find.
SO when button is in OFF state i need it to be grey, and when its ON (so the other button, defien for "true" state) should be yellow. I think this is too complicated.
Thanks, there is no problem with learning CSS syntax for me..i found difficalt to find wich class to apply to in Dashboard. Sometimes its evident when i open the page in firebug expector, but many times it is so deeply nested, that is hard to identify what class is for what. At least for me...But thank you for the help