I know enough CSS to tinker and get what I want; but I'm often stumped when it comes to zeroing in on the relevant classes I need to reference when attempting to modify a particular UI issue.
I'm aware of Chrome Inspect, but often there's a plethora of classes that are mentioned / referenced, and I'm lost with nailing down the specific ones I need to modify.
Can you give me perhaps a step-by-step guide on your workflow for identifying the necessary classes to reference and modify?
Perhaps use PUBLIC TICKET #1500773 or #1500781 for an example?
Thanks in advance! I really do appreciate the help you provide. I only hope I can minimize my requests and your workload by better understanding how to make these types of small tweaks.
It's basically just chrome dev tools, with your knowledge in CSS classes you just need to zero in in what you want. https://developer.chrome.com/devtools
I know enough CSS to tinker and get what I want; but I'm often stumped when it comes to zeroing in on the relevant classes I need to reference when attempting to modify a particular UI issue.
I'm aware of Chrome Inspect, but often there's a plethora of classes that are mentioned / referenced, and I'm lost with nailing down the specific ones I need to modify.
Can you give me perhaps a step-by-step guide on your workflow for identifying the necessary classes to reference and modify?
Perhaps use PUBLIC TICKET #1500773 or #1500781 for an example?
Thanks in advance! I really do appreciate the help you provide. I only hope I can minimize my requests and your workload by better understanding how to make these types of small tweaks.
Hey there,
Thanks for reaching in,
It's basically just chrome dev tools, with your knowledge in CSS classes you just need to zero in in what you want. https://developer.chrome.com/devtools
Regards