<html>
<head>
<title>A</title>
<style>
.view-id-display-id-page_4 .views-field-title {
color: red;
}
</style>
</head>
<body>
<div class="view-id-display-id-page_4">
<div class="views-field-title">
Red text
</div>
</div>
<div class="views-field-title">
Not red text
</div>
</div>
</body>
|