Closed (duplicate)
Project:
Display Suite
Version:
7.x-1.5
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 May 2012 at 21:46 UTC
Updated:
2 Jan 2013 at 23:18 UTC
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"> </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
Comment #1
steven.wichers commentedDupe of #1678146: Views displays do not respect field "style settings"
Short answer: Working as designed. Patch on that issue to hack around it.