How can I add icon section

Solved

How can I add icon section

Aleksander22
Trailblazer
174 0 58

Hello,

I got simple question. How can I add section like that

Aleksander22_0-1727883649695.png

Is there app to add I would be grateful for help

Accepted Solutions (3)

BSSCommerce-B2B
Shopify Partner
1764 541 599

This is an accepted solution.

@Aleksander22 , Try the section store shopify app and choose this option

 

BSSCommerceB2B_1-1727883774255.png

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-B2B
Shopify Partner
1764 541 599

This is an accepted solution.

@Aleksander22, Replace this code in testimonials.liquid file from

BSSCommerceB2B_1-1727884336168.png

 

to 

 

 {%- elsif block.settings.media_type == 'image' and block.settings.image != blank %}
              <div class="wbs__image-wrapper" style="width: {{ section.settings.image_size }}%; height: {{ section.settings.image_size }}%; margin-top: {{ section.settings.image_top_space }}px">
                <img style="border-radius: {{ section.settings.image_border_radius }}%" src="{{ block.settings.image | img_url: 'original' }}" alt="{{ block.settings.image.alt }}" class="wbs__testimonial-image" width="100%" height="100%"/>
              </div>
            {%- endif %}

 

And add this code to section settings

BSSCommerceB2B_2-1727884435277.png

 

,
    {
      "type": "range",
      "id": "image_border_radius",
      "label": "Image Border Radius",
      "default": 50,
      "min": 0,
      "max": 50,
      "step": 1,
      "unit": "%"
    },
    {
      "type": "range",
      "id": "image_size",
      "label": "Image Size",
      "default": 100,
      "min": 0,
      "max": 100,
      "step": 5,
      "unit": "%"
    },
    {
      "type": "range",
      "id": "image_top_space",
      "label": "Image Top Space",
      "default": 48,
      "min": 0,
      "max": 100,
      "step": 4,
      "unit": "px"
    }

 

You'll have 3 options to edit the image

BSSCommerceB2B_3-1727884469703.png

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-B2B
Shopify Partner
1764 541 599

This is an accepted solution.

@Aleksander22, Add this code to the very bottom of base.css file

.Vtl-pr-review-stars-snippet {
    align-items: end!important;
    line-height: 0.8!important;
    font-weight: 400!important;
    font-size: 16px!important;
}

Result:

BSSCommerceB2B_0-1727885666154.png

Hope it helps you 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 5 (5)

BSSCommerce-B2B
Shopify Partner
1764 541 599

This is an accepted solution.

@Aleksander22 , Try the section store shopify app and choose this option

 

BSSCommerceB2B_1-1727883774255.png

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Aleksander22
Trailblazer
174 0 58

Could you help me to change testemonials pictures to circle becuse right now I have something like that

Aleksander22_0-1727883979642.png

 

BSSCommerce-B2B
Shopify Partner
1764 541 599

This is an accepted solution.

@Aleksander22, Replace this code in testimonials.liquid file from

BSSCommerceB2B_1-1727884336168.png

 

to 

 

 {%- elsif block.settings.media_type == 'image' and block.settings.image != blank %}
              <div class="wbs__image-wrapper" style="width: {{ section.settings.image_size }}%; height: {{ section.settings.image_size }}%; margin-top: {{ section.settings.image_top_space }}px">
                <img style="border-radius: {{ section.settings.image_border_radius }}%" src="{{ block.settings.image | img_url: 'original' }}" alt="{{ block.settings.image.alt }}" class="wbs__testimonial-image" width="100%" height="100%"/>
              </div>
            {%- endif %}

 

And add this code to section settings

BSSCommerceB2B_2-1727884435277.png

 

,
    {
      "type": "range",
      "id": "image_border_radius",
      "label": "Image Border Radius",
      "default": 50,
      "min": 0,
      "max": 50,
      "step": 1,
      "unit": "%"
    },
    {
      "type": "range",
      "id": "image_size",
      "label": "Image Size",
      "default": 100,
      "min": 0,
      "max": 100,
      "step": 5,
      "unit": "%"
    },
    {
      "type": "range",
      "id": "image_top_space",
      "label": "Image Top Space",
      "default": 48,
      "min": 0,
      "max": 100,
      "step": 4,
      "unit": "px"
    }

 

You'll have 3 options to edit the image

BSSCommerceB2B_3-1727884469703.png

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Aleksander22
Trailblazer
174 0 58

And next thing could you help me with solving this issue. I got to make this numbers of reviews lighter I mean make the font lighter 

Aleksander22_0-1727885522930.png

 

BSSCommerce-B2B
Shopify Partner
1764 541 599

This is an accepted solution.

@Aleksander22, Add this code to the very bottom of base.css file

.Vtl-pr-review-stars-snippet {
    align-items: end!important;
    line-height: 0.8!important;
    font-weight: 400!important;
    font-size: 16px!important;
}

Result:

BSSCommerceB2B_0-1727885666154.png

Hope it helps you 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now