Page Background Vs Article Background - What is The Issue ? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Page Background Vs Article Background - What is The Issue ?

A

Arthur

SP Page Builder 2 years ago

OK, so I have a BLUE background setup in the template. This it seems to be a background only for PAGEs. When I open an article, the background is WHITE. What do I need to do so the article could inherit the background from the template ? This generally happens to all Joomla screens which are not SPPB pages and it really sucks ! I have asked this question in the past and never got an answer :-( How am I supposed to deal with this issue ?

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #114122

Hi Arthur,

Maybe try a simple CSS, for example, single article BG blue:

.com_content  #sp-main-body {
  background: blue; }
0
Pavel
Pavel
Accepted Answer
2 years ago #114127

Hi Arthur. It is not SPPB but template issue.

By default in raw Helix Ultimate , this should work correctly. Perhaps you have changed the settings somewhere. Before using CSS, it is better to find the reason. Browser dev tools will help to do this.

0
A
Arthur
Accepted Answer
2 years ago #116324

Thanks, but now I am having the same problem on a second site. I just can't seem to find a place where the article background is setup in HELIX template. I see the page background but not article background. How would I match articles background with the page background ?

on top of that there are endless issues with the Helix template, where the change in the settings is not updated on the site. I see people reporting this problem all over the forum...

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #116335

Have my CSS code helped? It should for articles.

In some cases you have to also rebuild CSS using Template Options > Advanced > Compile SCSS to CSS : On/Off > SAVE - it helps!


In most cases I've seen problem with pink bg, but not blue ;]

0