Format widget area separator lines twenty fifteen child
-
Want to format the faint gray lines in the widget areas on the left sidebar in my child theme. I understand that the gray line in CSS is the border-bottom of the container area for the .widget-area content, not the widget-area proper.Searched around in the source code but couldn’t pinpoint the divs for those containers (ul, li formats maybe?) Here’s the CSS I used for the email box and home link.
Email Box CSS.menu-contact-jeff-container { border:solid 1px #66cc66; background-color: rgba(255,255,255,0.8); text-align: center; }
Home link CSS
.widget .menu { border-bottom: solid 1px #000; }
Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Format widget area separator lines twenty fifteen child’ is closed to new replies.