Go forstylebotchrome_extension as mentioned here, Custom CSS for sites

The below steps not working

To apply custom CSS in Google Chrome, follow these steps:

  1. Open Google Chrome and go to the webpage you want to apply custom CSS to.
  2. Right-click anywhere on the page and select “Inspect” or press “Ctrl+Shift+I” on Windows or “Command+Shift+I” on Mac to open the Developer Tools window.
  3. In the Developer Tools window, click on the “Elements” tab at the top.
  4. On the right-hand side of the screen, you should see a section called “Styles.” Click on the ”+” icon to create a new style rule.
  5. Type your custom CSS code into the text box that appears, making sure to follow proper CSS syntax.
  6. Press “Enter” to apply your CSS code to the webpage.
  7. If you want to save your custom CSS for future use, click on the three dots at the top right of the Developer Tools window, then select “More tools” > “Add to Sources panel.” This will save your CSS code to the Sources panel so you can access it later.