Hello there,
Apparently, by default the Result title Style comes from my h3 heading style.
My proble is that I’ve set the h3 heading style in my css as
[code]h3:before {
counter-increment: my3counter;
content:counter(my3counter)".\0000a0";
counter-reset:my4counter
}
h3.nocount:before {
content: none;
counter-increment: none;
}
h3 {
font-size: 14pt;
text-transform:lowercase;
counter-reset:my4counter;
color: rgba(240,73,47,1)
}
[/code]
This makes my Result titles come out numbered. (see image attached)
Is there a way either to change the Result title style or make the numbering code ignore the result titles?
Thank you very much!