Satellite 4

Hey! Is there any possibility to change the background color in specifitc regions via Satelitte?

Thanks!

Answers

Hey Petr!

ooohh I see. Good to know!

Thanks!

There probably comes custom child theme ;)
The grey bar up there is actually a different theme.. On internal websites we're using ESN Base theme.. Satellite is a child theme of this Base

Thanks Erik!

Alright! Sounds fair.

But what about the Header? Same procedure? Because I can't find a way to edit the HTML code for it.

I like how the page here looks like with the dark grey header. Also on https://satellite.esn.org/.

How can I reach the plan text/ code of this region?

Hi, you can also create a child theme and play with the regions based on ID etc. That would give you more control.. But depends on what you want to achieve.

Hi Jan!

You should be able to change the background color using some HTML. Not sure how is your knowledge on websites is, but mostly HTML is the language used to be create the websites, so you can edit the HTML code of your block to change the background)

You could create a <div> and give it a background color to change the bg color of it.

<div style="background-color:#123456;">
Your super nice text
Some text here
More text
</div>

(to make it work, make sure you have the HTML edition mode pressing the 'HTML' button in your website's editor,
otherwise the text will be printed as it is instead of being processed as HTML)

If you can't see it it can be that you don't have the right permissions!

Best regards,

 

Erik