|
4 | 4 | <template id="s_color_blocks_2" inherit_id="website.s_color_blocks_2"> |
5 | 5 | <!-- Column #1 --> |
6 | 6 | <xpath expr="//div[hasclass('col-lg-6')]" position="attributes"> |
7 | | - <attribute name="class" add="col-lg-4" remove="col-lg-6" separator=" "/> |
| 7 | + <attribute name="class" add="col-lg-4 o_cc3 text-center" remove="col-lg-6 o_cc4" separator=" "/> |
8 | 8 | </xpath> |
9 | 9 | <!-- Column #1 - Icon --> |
10 | | - <xpath expr="//i" position="attributes"> |
11 | | - <attribute name="class" add="fa-venus" remove="fa-shield" separator=" "/> |
| 10 | + <xpath expr="//h2" position="before"> |
| 11 | + <i class="fa fa-5x m-3 fa-venus"/> |
12 | 12 | </xpath> |
13 | 13 | <!-- Column #1 - Title --> |
14 | 14 | <xpath expr="//h2" position="replace" mode="inner"> |
|
25 | 25 |
|
26 | 26 | <!-- Column #2 --> |
27 | 27 | <xpath expr="//div[hasclass('col-lg-6')]" position="attributes"> |
28 | | - <attribute name="class" add="col-lg-4 o_cc4" remove="col-lg-6 o_cc5" separator=" "/> |
| 28 | + <attribute name="class" add="o_cc4 col-lg-4 text-center" remove="o_cc5 col-lg-6" separator=" "/> |
29 | 29 | </xpath> |
30 | 30 | <!-- Column #2 - Icon --> |
31 | | - <xpath expr="(//i)[2]" position="attributes"> |
32 | | - <attribute name="class" add="fa-mars" remove="fa-cube" separator=" "/> |
| 31 | + <xpath expr="(//h2)[2]" position="before"> |
| 32 | + <i class="fa fa-5x m-3 fa-mars"/> |
33 | 33 | </xpath> |
34 | 34 | <!-- Column #2 - Title --> |
35 | 35 | <xpath expr="(//h2)[2]" position="replace" mode="inner"> |
|
48 | 48 | <xpath expr="(//div[hasclass('col-lg-4')])[2]" position="after"> |
49 | 49 | <div class="col-lg-4 o_cc o_cc5 text-center"> |
50 | 50 | <i class="fa fa-venus-mars fa-5x m-3"/> |
51 | | - <h2>Fancy for them</h2> |
| 51 | + <h2 class="h3-fs">Fancy for them</h2> |
52 | 52 | <p>Are you looking for sustainable clothing for men or women? Discover our exclusive fashion brand for both of you.</p> |
53 | 53 | <a href="#" class="btn btn-primary btn-lg">More Details</a> |
54 | 54 | </div> |
|
0 commit comments