Frequently Bought Together自帶樣式:
image.png
Frequently Bought Together 調(diào)整后樣式:
image.png
- 然后打開shopify后臺(tái) -- 依次點(diǎn)擊 Online Store -- Actions -- Edit Code -- 搜索并打開theme.scss.liquid,將目標(biāo)代碼復(fù)制粘貼在該文件最底部即可:
目標(biāo)代碼:
@include av-mq('phone') {
._Msite_Display{
display:block !important;
}
._Pc_Display{
display:none !important;
}
.cbb-frequently-bought-selector-list .translatable{
min-width: 300px;
display: inline-block !important;
}
.cbb-frequently-bought-selector-link{
min-width: 300px;
display: inline-block !important;
}
.cbb-frequently-bought-selector-link .cbb-frequently-bought-selector-label-name{
margin-laft: 0 !important;
position:relative;
left:5px;
}
.cbb-frequently-bought-title{
text-align: center !important;
}
}
.cbb-frequently-bought-selector-label-name{
font-weight: normal !important;
}
操作中遇到困難請(qǐng)聯(lián)系技術(shù)部同事。(我相信你自己可以的)
有任何意見建議請(qǐng)聯(lián)系技術(shù)部同事。(可能不會(huì)采納哦)
??