WebSite X5Help Center

 
Ross P.
Ross P.
User

Setting the product quantity order number in choice box ordered bold and centre  en

Autor: Ross P.
Visited 51, Followers 2, Udostępniony 0  

Hello 

I am looking to make the box on the product cards Catalogue Object form for choosing the number of items you want to order bold and centered, as the number gets a bit lost being so close to the border of the box.

Do I need to do this by code, if so can anyone supply please?

I have tried setting this in the Settings - General Information - content language

But it does not appear to have worked.

Can anyone help please.

Regards and thankyou.

Ross

Posted on the
2 ODPOWIEDZI - 1 POMOCNY - 1 PRAWIDłOWA ODPOWIEDź
Daniel W.
Daniel W.
User
Najlepszy Użytkownik miesiąca DENajlepszy Użytkownik miesiąca EN

For WebSite X5, select "3 Sitemap" and at the bottom by the special pages, select "Online Shop: Search". Then, click "Properties" at the top and then the "Advanced" tab. 

Paste the CSS code shown below.

----- CSS code ------

<style>
input.im-cc-products-qty {
text-align: center !important;
font-weight: bold !important;
}
</style>

----- Example -----

----- Inserted CSS code (German version of WebSite X5) -----

Czytaj więcej
Posted on the from Daniel W.
Ross P.
Ross P.
User
Autor

Thank you Daniel

Your help is appreciated.

Wishing you well

Ross

Czytaj więcej
Posted on the from Ross P.