I have a request -
In my code, I have multiple h2 headings that I want to display with an image of the Orioles Logo on both sides. There are about 100 of them, and now I need to change all of them to show the Ravens Logo instead. Doing this manually would be very time-consuming.
My solution is to create a CSS rule that will automatically display a Ravens logo next to every H2 heading. However, I also want the flexibility to switch back to displaying the Orioles logo during baseball season opening day, and then revert back easily. (Definitely not biased towards Baltimore teams)
Thank you!