Search for: Log In Free Support [Support request] background colour for each separate sidebar widget Home › Forums › Support › background colour for each separate sidebar widget This topic has 3 replies, 2 voices, and was last updated 1 year, 7 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 21, 2019 at 8:47 pm #937567 Immi hello there, I’m using multiple sidebar widgets on my website, and I would like to change the background colour of each widget as similar to the attached screenshot below. June 22, 2019 at 4:36 am #937728 DavidStaff Customer Support Hi there, so we’re going to use some CSS to target each of the right sidebar widgets like so – this hits the first widget: #right-sidebar .widget:nth-child(1) { background-color: #2255FF; } Duplicate the rule for each widget and increase the # in the :nth-child(#) e.g #right-sidebar .widget:nth-child(2) is the second widget and so on Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ June 22, 2019 at 5:18 am #937772 Immi thanks, sir it’s working a charm, Please have a look https://www.androidspd.com June 22, 2019 at 12:24 pm #938105 DavidStaff Customer Support Looks great – glad to be of help Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In