Forums
Engage with the Storenvy community to get help when you need it—or just to have a good time. Start with any of the categories below.
Hi there, wondering if anyone knows how to make the sidebar background to white.
Thanks!
Hi there, wondering if anyone knows how to make the sidebar background to white.
Thanks!
7 Replies
Hi Cit,
Unfortunately that is the only spot on your that you can not edit using our basic editor. It has to be done using CSS.
Try this CSS code
#sidebar {
background-color: #FFFFFF;
background-image: none !important;
}
Woo hoo!! Thanks for your help TwinSrpnt! It worked perfectly!
BTW TwinSrpnt love your store, and love the skull design!
No problem. Thanks for the compliment.
I love the cleanliness of your store.
@cit how did you add your links to your sidebar (with the pininterest,links,etc)?
@laronje,
Super easy...
Go to the edit pages>layout and enter this code after the tags below
{% if store.places != blank %}
<ul>
<li>.
Make sure you enter your info in the upper case fields.
<a href="URL TO LINK IMAGE TO"><img border="2" src="DIRECT LINK TO IMAGE"/></a></center></a>
That should do it! ;]
Please log in to comment.