Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
5473 Zobrazení

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!

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
zář 25
1543
1
dub 24
2730
0
lis 23
2278
4
srp 25
11611
1
říj 22
3722