Comments 2bjnlacaille started the conversationJanuary 24, 2017 at 9:37pmHi Laborator, Here is my website who uses Agency theme. When I click on menu, sidebar appears and the background color is white. But I would like that the right part blue (#0000FF) and the 50% black transparent left part fully transparent. It’s possible ? Best regards, Benjamin.{"wp":{"use":false,"adminUrl":"","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}[deleted] repliedJanuary 25, 2017 at 11:26amHi Benjamin, We usually doesn't provide support for customizations but i will try to help you this time :) Just add the code below to Custom CSS: .sidebar-menu-wrapper { background: #0000FF !important; } .sidebar-is-opened .sidebar-menu-disabler { filter: alpha(opacity=100) !important; -webkit-opacity: 1 !important; -moz-opacity: 1 !important; opacity: 1 !important; } I love how you are doing your site, keep up the great work :)1 Like 2bjnlacaille repliedJanuary 25, 2017 at 12:26pmIt's work perfectly. Thank you.1 Like [deleted] replied privately Sign in to reply ...
Hi Laborator,
Here is my website who uses Agency theme. When I click on menu, sidebar appears and the background color is white. But I would like that the right part blue (#0000FF) and the 50% black transparent left part fully transparent. It’s possible ?
Best regards, Benjamin.
{"wp":{"use":false,"adminUrl":"","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
Hi Benjamin,
We usually doesn't provide support for customizations but i will try to help you this time :)
Just add the code below to Custom CSS:
I love how you are doing your site, keep up the great work :)
It's work perfectly. Thank you.