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.

Cit

Removing background color from sidebar

Cit posted January 17, 2012 16:52 ago

Hi there, wondering if anyone knows how to make the sidebar background to white.
Thanks!

7 Replies

  • Adam said January 17, 2012 20:42 ago

    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.

  • TwinSrpnt said January 17, 2012 22:51 ago

    Try this CSS code

    #sidebar {
    background-color: #FFFFFF;
    background-image: none !important;
    }

  • Cit
    Cit said January 18, 2012 12:14 ago

    Woo hoo!! Thanks for your help TwinSrpnt! It worked perfectly!

  • Cit
    Cit said January 18, 2012 12:15 ago

    BTW TwinSrpnt love your store, and love the skull design!

  • TwinSrpnt said January 18, 2012 15:07 ago

    No problem. Thanks for the compliment.

    I love the cleanliness of your store.

  • laronje said February 07, 2012 01:49 ago

    @cit how did you add your links to your sidebar (with the pininterest,links,etc)?

  • Cit
    Cit said February 07, 2012 09:47 ago

    @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.