custom css confusion

Created on 7 November 2017, about 7 years ago
Updated 27 June 2024, 6 months ago

Hi,

I am using a sub theme and as per instructions I have a styles.css sheet inside my custom folder. As I understand this is used to have my css overrides.

You were kind enough to provide me the code colors as per https://www.drupal.org/node/2919583#comment-12320907 β†’

I pasted that css in the styles.css sheet and as a test changed the background color of the second footer div to red:

#footer-container .first-footer > div {
  background-color: #3c457d;
}

That worked fine but upon trying to change the background color of the first second footer div to blue the css did not apply, even after clearing cache:

#footer-container .first-footer > div {
  background-color: #3c457d;
}

Am I overlooking something because changing e.g. header background color works also.

πŸ’¬ Support request
Status

Fixed

Version

1.12

Component

Miscellaneous

Created by

πŸ‡§πŸ‡·Brazil dzinelabs

Live updates comments and jobs are added and updated live.
  • CSS

    It involves the content or handling of Cascading Style Sheets.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024