Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #107345

    Dear Wen Solutions,

    In Wen Business theme the default borders are grey and the lines between link topics are also grey in the side bar widgets. How can I change the border colour and the line colour.

    Regards Jen

    #107358
    wensolutions
    Member

    Hello @jennifersimsdesign-com-au,

    To change the border color of the widgets and the border lines in between the links, please add the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    .sidebar .widget {
        
        border: 1px solid #000;
    
    }
    
    .sidebar ul li {
        border-top: 1px solid #000;
    
    }

    The CSS will change the color of the widget border and the link border respectively.

    You can replace the “#000” color code with the color code of your choice. For reference on color hex code please see the link here : http://www.w3schools.com/colors/colors_picker.asp

    Hope this Helps,

    Best Regards !!

    #107410

    Certainly did help, thanks so much for a quick response! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change colour of borders and lines in the side bar widget area of Wen Business’ is closed to new replies.