Edit background of main Side Menu possible?

Discussion in 'Photomaker WordPress Theme' started by trasgu, Dec 19, 2014.

  1. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Hi there friends,
    just a crazy idea that came up as I believe it would look very nice if I could give a image background to the main Side Menu. Now it looks Orange (http://www.cafehonor.hn/cafe-honor/nuestra-historia/) but I'm thinking how it would look like if I added a image... like a pale coffee grains picture... possible with some Css Magic???

    Thanks again for your time and always kind support !!
    Best,
    Jose
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Jose,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #dynamic_sidebar div.sidebar_container {
    background: url('Image URL Here');
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
    trasgu likes this.
  3. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Fantaaaaaaaaaaastic Yogesh, that is what I call CSS Magic !!! I think InkThemes should change the boring "Like" for something more special such as "+karma", it would be much nicer to read in our profiles numbers of "karma received", don't you think???

    Thx tons for the tip and wish you a great day at work ;)
     

Share This Page