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:
- Open Google Chrome and go to the webpage you want to apply custom CSS to.
- 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.
- In the Developer Tools window, click on the “Elements” tab at the top.
- 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.
- Type your custom CSS code into the text box that appears, making sure to follow proper CSS syntax.
- Press “Enter” to apply your CSS code to the webpage.
- 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.
