• Hello.

    I’m using a child theme for 2016 and it’s all goodness and light except for one issue.

    I’d like to have the css for lists styled one way in the sidebar and another way in posts/pages.

    You can see things as they stand here.

    I’m using the most recent version of everything.

    The unordered lists in the sidebar are styled the way the css tells them to style themselves, but I’ve done something wrong with the rest of the css, but what? Any suggestions would be very welcome. Thank you.

    
    ul li {list-style: none;
    	font-size: 16px;
    	line-height: 24px;
    	color: #a19a9a;
    	border-bottom-style: solid;
    	border-bottom-width: 1px;
    }
    
    div.entry-content ul ol  {
    	font-family: Courier, Arial, mono;
    	font-weight: bold;
    	text-transform: none;
    font-size: 16px;
    	line-height: 24px;
    border-bottom: none;
    	 
    }
    • This topic was modified 7 years, 10 months ago by rosina lippi. Reason: typo
    • This topic was modified 7 years, 10 months ago by rosina lippi. Reason: wrong url
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty-Sixteen css for lists’ is closed to new replies.