Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
5481 Widoki

On the shop page of the e-commerce module, I would like to change the class of

<div id="products_grid_before" class="col-md-3 col-sm-4 hidden-xs">

I would like to change `hidden-xs` to `show-xs`. I created the following xpath selector:

<xpath expr="//div[@id='products_grid_before']" position="attributes">            
   <attribute name="class">col-md-3 col-sm-4 show-xs</attribute>        
</xpath>


However the class doesn't change. The xpath selector is placed well in the code and works as expected if I change 'name' to, say 'a'.

How can I change the class of #products_grid_before?


Thank you!

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
wrz 25
1548
1
kwi 24
2739
0
lis 23
2281
4
sie 25
11613
1
paź 22
3722