Change the color of sidebar border

Discussion in 'Figero WordPress Theme' started by rostin, Nov 30, 2012.

Thread Status:
Not open for further replies.
  1. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    Hi,
    I want to change the color of sidebar border to the current menu item so that by switching the stylesheets (e.g from blue to red) , the sidebar border also changes (from blue to red). Is this possible?

    Thanks.
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Can you please explain your problem with the help of screenshot, where you want to change the color, so that we can give you the exact solution.
     
  3. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    Hello Harmeet,
    I can change the color of sidebar border manually to look like this picture:
    blue.jpg

    When I switch the theme stylesheet to red, the page looks like this:
    red.jpg
    Or when I switch to yellow theme stylesheet, it looks like this:
    yellow.jpg

    Is it possible to give a dynamic value to sidebar border-color that changes automatically when we switch to another theme stylesheet?
    Thanks.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to Color > black.css present in your theme directory and and add code given below

    Code:
    .sidebar{
    border:1px solid red;
    }
    Sending image for reference


    [​IMG]

    Use same process for others color css file.

    Inplace of "red" put your color code.
     
    rostin likes this.
  5. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    Thanks Gourav.
     
Thread Status:
Not open for further replies.

Share This Page