Thank you for pointing me out, since I want to display some static content under that place I created new site and then inserted it as short code by using Tom’s Insert Page plugin and it works, however it looks afful, I want to have custom background color here and I want to have centered that content, can anyone help me to achieve that? Now the site looks like this: https://www.beta.pomoc-monice.org and I want to display following text:
Istnieje możliwość przekazania 1% podatku na rzecz Moniki, w tym celu podczas wypełniania rocznego rozliczenie prosimy o podanie następujących danych:
Nazwa organizacji OPP: FUNDACJA DZIECIOM “ZDĄŻYĆ Z POMOCĄ”
Nr KRS: 0000037904
Cel szczegółowy:
1441 Cisek Monika
on other background color, let’s say #BCE5C3 and centered that text so it will start right below header beginnin. I tried to use Simple CSS on the page that I want to display here and I placed the following on the Simple CSS box on that page:
body {
background-color: BCE5C3;
}
but it isn’t working