We’ve gotten many questions on support recently on how find and edit very specific CSS.
Here’s the approach I use and find it very efficient.
-
Right click on the page and press Inspect, or Ctrl + Shift + I
-
Press this button (or Ctrl + Shift + C) to open the selector:
-
Next click on the exact element you wish to change:
-
Right click on that element > Copy > Copy Selector:
-
Paste the copied valued into the CSS tab then add { your custom css code }
If you have any other helpful tips, we’d love to hear them.