0
votes

My work's website currently uses Drupal 8 and to split up content we title sections and highlight it in green using this coding: <h2 class="block title"> Book Lists </h2> and then hit save, nothing happens. It works on all of our other pages except for one. It is literally the same coding on each page. I copied and pasted the HTML coding and still nothing shows.

1
I suspect a CSS rule is being overriden, can you reproduce this on jsFiddle?Sam Denty

1 Answers

0
votes

I think there are two possibilities:

  1. your CSS is being overridden or does not apply at all
  2. the class attribute is being stripped out (e. g. if you're using CK Editor and the default "Simple HTML" text format)