Dear.
I want to change some styles of Font in each area.
For example, I want to change the only style of font of posting list(included summary) in the front homepage.
And I want to change the only style of font-size of content in a posting.
In my Style CSS file:
body,
input,
textarea {
color: #777;
font: 13px ‘PT Sans’, sans-serif; // CAN CONTROLL
line-height: 20px; // CAN CONTROLL
word-wrap: break-word;
}
body {
background-color: #ececec;
font-size: 13px; // CAN CONTROLL
line-height: 20px; // CAN CONTROLL
}
.
.
.
But the following any part of CSS CAN’T CONTROL
.featured-slider ….
..
..etc ….
How can I access to each part’s style…?