Hi,

I have a view and cannot style a field and do not know if it is because I have installed DS.

In my view, my format is set to Display Suite fields.

I go to the field in my view and set all three

Customize field HTML
Customize label HTML
Wrapper HTML element

to <h3> and have checked the "Add default classes" checkbox.

When I go to look at the page, there is no <h3> styling and my Firebug looks like this:

<div class="views-row views-row-1 views-row-odd views-row-first">
<div class="listings-page-fields clearfix">
<header class="group-header"> &nbsp; </header>
<aside class="group-left">
<section class="group-middle">
<aside class="group-right">
<div class="views-field-field_price">
<div class="field-label"></div>
$502,000
</div>

And the views-field-field_price is what I am trying to style.

Do I have to set the style somewhere else if I am using DS? Thanks very much for your help.

Comments

steven.wichers’s picture

Status: Active » Closed (duplicate)

Dupe of #1678146: Views displays do not respect field "style settings"

Short answer: Working as designed. Patch on that issue to hack around it.