Notifications about new topics or latest post etc are always coming with a light blue background. We would like to change this color to a simple light grey. But where can this be done? Is there a CSS class for this and if so, what’s it name?
ondrej
11 במאי, 2021, 3:35pm
2
Hello there again
If you use the developer tools (inspect) on your browser it will show you the class. (image below)
It is worth reading the topic linked below as basic HTML and CSS questions are not in scope for support on Discourse meta.
Have a nice day
This guide explains how to make CSS changes on your Discourse site, including an introduction to CSS, where to add CSS in Discourse, and how to find the right selectors using browser inspection tools.
Required user level: Administrator
Summary
This guide covers:
A brief introduction to CSS and key concepts
How to add CSS to your Discourse site using theme components
Using browser inspection tools to find the right CSS selectors
Understanding CSS basics
C…