Tagged: ,

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

    Hi,
    How can i add border to widget on sidebar and backgroundcolor on title widget?

    Thanks in advance.

    Ika ;)

    #257594

    Hey Leggereacolori!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .avia_widget_section {
    border: 1px solid #e2e2e2;
    padding: 10px;
    }
    .widgettitle {
    background-color: red;
    }

    Best regards,
    Yigit

    #257699

    Hey Yigit!

    Thanks works fine!

    Best regards,

    Ika

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Widget border’ is closed to new replies.