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

Popular posts from this blog

python - TypeError: start must be a integer -

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -

html - href attribute breaking an element -