Dotted line in the right columne + different columne background color Posted in : Read WP AnonymousInactive 4 April 2016 at 18:32 #29938 I would like to have the thin dotted line that is below and above the main menue of the blog, on the right panel of the blog, at the end of each “box”. Please see the screenshot: https://drive.google.com/file/d/0B5FEmmXsTIPYOXpoQWdJY1Vpb3M/view?usp=sharing Also I’d like to change the color of the back ground of the “boxes” in the right side panel. Is that possible? BR, Maciej serkanModerator 4 April 2016 at 19:11 #29941 Hi Maciej, You can use these custom css codes; .main-navigation { border: 1px dotted #ccc; border-left: 0; border-right: 0; } #secondary .widget { border-bottom: 1px dotted #ccc; padding-bottom: 2em; margin-bottom: 3em; padding-left: 0; background: #eee; padding: 1.2em; } @media screen and (min-width: 767px) { #secondary { padding-left: 5em } } Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in and have valid license to reply to this topic. License required for the following item Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register