- Posts: 74
- Thank you received: 1
Modifying the .php or .css files
- Southcoaster
-
Topic Author
- Offline
Less
More
14 years 2 months ago - 14 years 2 months ago #56337
by Southcoaster
Modifying the .php or .css files was created by Southcoaster
In my shopping cart module on the left-hand side I want to separate the Product Name from its Variant by displaying them on different lines.
For example in the screen shot below:
The Product is called 'Satin - standard Canon 190gsm'.
The Variant selected was 'Crop Image to fit paper size (recommended)'.
By default HikaShop strings these two together in one long line, whereas I want them on separate lines (perhaps by inserting a <br> into the .html.
According to FireBug I need to find a class called 'hikashop_product_variant_subname', so I expected to find .hikashop_product_variant_subname in a .css file (to format the text) or .html file (to add the <br>) somewhere as a start.
However I cannot find these files, so am I going about it the wrong way?
Many thanks.
For example in the screen shot below:
The Product is called 'Satin - standard Canon 190gsm'.
The Variant selected was 'Crop Image to fit paper size (recommended)'.
By default HikaShop strings these two together in one long line, whereas I want them on separate lines (perhaps by inserting a <br> into the .html.
According to FireBug I need to find a class called 'hikashop_product_variant_subname', so I expected to find .hikashop_product_variant_subname in a .css file (to format the text) or .html file (to add the <br>) somewhere as a start.
However I cannot find these files, so am I going about it the wrong way?
Many thanks.
Last edit: 14 years 2 months ago by Southcoaster. Reason: Modified screen shot
Please Log in or Create an account to join the conversation.
14 years 2 months ago #56419
by nicolas
Replied by nicolas on topic Re: Modifying the .php or .css files
You will have to add that CSS in the front end CSS file of HikaShop via the Display tab of the configuration:
.hikashop_cart .hikashop_product_variant_subname{
display: block;
}
.hikashop_cart .hikashop_product_variant_subname{
display: block;
}
Please Log in or Create an account to join the conversation.
- Southcoaster
-
Topic Author
- Offline
Less
More
- Posts: 74
- Thank you received: 1
14 years 2 months ago #56435
by Southcoaster
Replied by Southcoaster on topic Re: Modifying the .php or .css files
Many thanks Nicolas,
I think I am starting to get the hang of how to modify my pages.
Regards.
I think I am starting to get the hang of how to modify my pages.
Regards.
Please Log in or Create an account to join the conversation.
Time to create page: 0.179 seconds