php - .widget, article not found on Wordpress style.css -
i trying find element ".widget, article " in style.css theme. happened shows on developer tools, can't find in style page.
the layout background, , white default
the web developer tools says layout
<article> <header class="entry-header">...</header> <div class="entry-content clearfix">...</div> ...
the styles page says in index:156 of theme
.widget, article { background: #8c3737; }
i can't find article element or change index.php file appropriately make background transparent.
any ideas of how echo id article when loads, or other?
Comments
Post a Comment