SIDEBAR

Buongiorno a tutti, vorrei una informazione anzi due. Come possono avere la prima pagina con i blog senza sidebar e le altre pagine con i sidebar?
La seconda informazione è, come posso definire meglio i filetti dei widget?
Non c’è modo di presentarli uno staccato dall’altro?
grazie
Rick

Hi there,
Thanks for reaching out.
Relating to your first question, please try out the following CSS code under the Appearance>Customize>Additional CSS section:

.blog div#secondary {
display: none !important;
}

As for the second question here, could you kindly elaborate further on this. You can use a screenshot for this.

I look forward to your reply.
Best Regards

Ciao, grazie per avermi risposto.
Il codice che mi hai mandato sembra non funzionare.La finestra del css dice che ci sono due errori. Io ho provato a cambiarlo con
.homepage div # secondary { display: none! important; }
ma anche in questo caso non funziona.
Il risultato dovrebbe essere che nella prima pagina ci sono solo le notizie e nella altre anche la sidebar con i widget
Devo aggiungere che io vorrei che nella prima pagina con l’elenco dei blog, la colonna fosse centrata nella pagina.
Per quanto riguarda i widget nella sidebar ti chiedo un aiuto per differenziarli con un filetto o un colore in modo che ogni widget sia staccato dall’altro.
Spero di non chiedere la luna.
Il sito che sto costruendo è: http://www.foodbio.it/

grazie ancora
Rick

Hi there,
Thanks for writing back.
In this case, following up on your questions here, if I fully understand you on this, your first request seems a bit contradicting as you had earlier on suggested on hiding the sidebar. Please note that hiding the sidebar would also hide the widgets. Relating to this as well, the posts listing seem to be centrally located. Could you perhaps share a screenshot on the display you need.
For the widgets differentiation, I would perharps suggest on using such a code:

#secondary .widget {
border-bottom: 3px solid #ff0000;
}

I hope this helps.
Best Regards,
Support.

Ciao, ecco gli screenshot allegati.
Quello che vorrei ottenere: la prima pagina che vedi vorrei fosse senza barra e con il testo centrato nella pagina. Nelle altre pagine del sito (single page, abaut, etc.) vorrei invece la barra con i widget.
Vorrei anche sapere perchè quando inserisco nel custom css il codice che mi mandi dice “errore”
grazie e scusa la mia ignoranza
Rick

Hi Rick,
Thanks for writing back.
In this case, could you kindly provide us with temporary admin access to your WordPress Dashboard so that we can have a closer look into this.

You may create a new administrator user within your WordPress Dashboard using your email address. You may then copy the login credentials to us in your reply.

I look forward to your reply.
Best Regards,
Support.