- Issue created by @crow
- ๐บ๐ฆUkraine abyss
@crow This issue is probably a mistake because your second sub-themes have body styles that have the "background-color: var(--bs-body-bg);" parameter. This parameter overrides the background color that was set in the first subtheme.
- Status changed to Needs review
about 2 years ago 12:54pm 3 July 2023 - ๐ฎ๐ณIndia ravi kant Jaipur
@crow
I followed the same method as described but I am getting yellow color in my sub-sub-theme.
Theme bootstrap5 style.css is not in use in my case. Only subtheme and sub-subtheme styles displaying.
Also, yellow background color is displayed in the sub-subtheme which I was set subtheme.
Attaching screenshot. - Status changed to Closed: works as designed
19 days ago 12:43pm 25 August 2025 - ๐ฆ๐บAustralia jannakha Brisbane!
you shouldn't be loading sub-theme if there's a sub-sub-theme
all sub-theme styles should be incorporated into sub-sub-theme - so you have just one style - ๐จ๐ฆCanada Liam Morland Ontario, CA ๐จ๐ฆ
I think it is supposed to be that any theme can have a sub-theme made off it and everything from all ancestor themes continues to work.
- ๐ฆ๐บAustralia jannakha Brisbane!
Yes, but you should load all of css from all 3 themes - itโs like loading bootstrap 3 times!
If templates are overridden in subtheme, theyโll be used in subsubtheme unless overridden in subsubsub theme.
Are you still having issue with this?
If yes - what exactly is an issue? Which files are not loading? can you provide more details on the sub-themes and configuration? (Screenshots or zip files)?