Customizing my product page multiple questions

Solved

Customizing my product page multiple questions

NinoB97
Explorer
63 0 26

Hello am currently customizing my products on my product page and want to add some customizable parts. this is my page now: https://auraliving.nl/products/flame-aroma-diffuser-deluxe-1

 

i got an old screenshot from a design a good friend of me used to have ( he doesnt anymore to bad )

for his products on his product page and i want to implement the same style i will put the picture of the requested style below.

 

  1.  i want the currency amount to be in center underneath the name of the product
  2. i want the pricing to be the same size as the discount price (everywhere if possible)
  3. i want the size / variation / colors option to be centered
  4. i want the add to cart button to be the same color #eae3d9 button color , #000000 Text color
  5. i want the paypal button and other payment options button underneath that removed both
  6. i want the custom lines with the images and text as displayed under the size variations

 

Screenshot 2024-08-02 132331.png

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1972 564 567

This is an accepted solution.

Hi @NinoB97 ,

 

I have reviewed your requirement, you just need to edit css script and the issue will be resolved.  You can follow my instructions! 

 

Step 1: Go to Admin -> Online store -> Theme > Edit code:

BSSCommerceB2B_0-1722600668882.png

 

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

@media screen and (max-width: 767px) {
    span.badge.price__badge-sale {
        display: none !important;
    }

    .price--on-sale .price-item--regular {
        font-size: 16px !important;
    }

    .product-form__input--swatch {
        justify-content: center !important;
    }

    .product-form__buttons button {
        background: #eae3d9 !important;
        color: #000000 !important;
    }

    .shopify-payment-button {
        display: none !important;
    }
}

 

Step 3: Save your code and reload this page.

=>> The result I can help you resolve points 1 to 5 using CSS, but for point number 6, let's wait for responses from others in the community:

BSSCommerceB2B_1-1722600689993.png

 

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir! 

 

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

Reply 1 (1)

BSSCommerce-B2B
Shopify Partner
1972 564 567

This is an accepted solution.

Hi @NinoB97 ,

 

I have reviewed your requirement, you just need to edit css script and the issue will be resolved.  You can follow my instructions! 

 

Step 1: Go to Admin -> Online store -> Theme > Edit code:

BSSCommerceB2B_0-1722600668882.png

 

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

@media screen and (max-width: 767px) {
    span.badge.price__badge-sale {
        display: none !important;
    }

    .price--on-sale .price-item--regular {
        font-size: 16px !important;
    }

    .product-form__input--swatch {
        justify-content: center !important;
    }

    .product-form__buttons button {
        background: #eae3d9 !important;
        color: #000000 !important;
    }

    .shopify-payment-button {
        display: none !important;
    }
}

 

Step 3: Save your code and reload this page.

=>> The result I can help you resolve points 1 to 5 using CSS, but for point number 6, let's wait for responses from others in the community:

BSSCommerceB2B_1-1722600689993.png

 

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir! 

 

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