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

    Hi, i ust the custom css class “bg-grey”

    This is the code i use:

    grey-bg {
    background:#f8f8f8!important;
    }
    .grey-bg .container {
    background:#f8f8f8!important;
    }
    #590755

    Hey diefleischerei!

    Please add following code to Quick CSS

    .grey-bg .container {
        border-right: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
    }

    Regards,
    Yigit

    #590919

    CLOSED: MANY THANKS!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘border color for container "bg-grey"’ is closed to new replies.