This topic has 2 replies, 3 voices, and was last updated 10 years by Catalin.

  • Author
  • #21792
     rodrigo
    Participant

    hello would like to add a vertical line separating content and the sidebar you think is possible and change color whole sidebar?
    I added a picture for you to understand

    Attachments:
    You must be logged in to view attached files.
    #21857
     iamj_kim
    Participant

    I would also like to know this…

    #21941
     Catalin
    Moderator

    Hello,

    You need to add this code to your style.css from your child theme folder:

    COPY CODE
    
    
    .row .four
    {  
        border-left: solid 1px #xxx;
     }
    
    

    For changing the widget background color, you can do this by adding:

    COPY CODE
    
    .widgets
    {
       background-color:#xxx;
    }
    

    Keep in mind that changing the background color for widgets implies more CSS work for the widgets to look right.

    Also “#xxx” is the color code and you should replace this with the color you want to use.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?