Home › Forums › Basel support forum › Product description page
Product description page
- This topic has 15 replies, 2 voices, and was last updated 6 years, 2 months ago by Elise Noromit.
-
AuthorPosts
-
September 22, 2018 at 3:22 pm #78494
OlgaParticipantHi!
1) Is it possible to change the size and color of product price (see screenshot)? Now it’s yellow and big, I need to make it black and small.
2) How can I change fonts and text size in product description page (title and main description)?
Thanks!
Attachments:
You must be logged in to view attached files.September 22, 2018 at 7:24 pm #78522
Elise NoromitMemberHello,
This is possible to change with the custom CSS:
/*description text*/ .woocommerce-product-details__short-description p{ font-size: 22px; color:red; } /*title*/ .product-image-summary .entry-title{ font-size: 22px; color:red; } /*price*/ body .product-image-summary .price span { font-size: 22px; color:red; }
Change 22px and “red” as per your needs and add the code to the Theme settings > Custom CSS.
Best Regards
September 24, 2018 at 9:25 am #78697
OlgaParticipantHi,
I’ve done what you said. When I replace red with black in a block “price”, only the color of currency changes, but not the color of numbers. I’d like to change the color of numbers – how can I do that?
Thanks
Attachments:
You must be logged in to view attached files.September 24, 2018 at 11:56 am #78710
Elise NoromitMemberHello,
Please try this code:
body .product-image-summary .price, body .product-image-summary .price .amount { font-size: 22px; color: red; }
Change the color and replace /*price*/
Best Regards
September 24, 2018 at 5:32 pm #78770
OlgaParticipantThank you!
One more question:
I’d like my product image and title to be on the same level (either title should be lower or image should be higher), pls see screenshot. How can I do this?
Attachments:
You must be logged in to view attached files.September 24, 2018 at 6:10 pm #78776
Elise NoromitMemberHello,
Please provide your site admin access.
Best Regards
September 24, 2018 at 6:23 pm #78778
OlgaParticipant…
September 24, 2018 at 6:29 pm #78784
Elise NoromitMemberPlease provide your site URL
September 25, 2018 at 7:37 am #78837
OlgaParticipantSeptember 25, 2018 at 8:34 am #78840
OlgaParticipantHi,
Please answer question #78770 and also I got one more:
How can I format text to make justified alignment?
Now I see only 3 option: left, right and center (see screenshot). Thank you!Attachments:
You must be logged in to view attached files.September 25, 2018 at 9:08 am #78864
Elise NoromitMemberHello,
Please add this code to the Theme settings > Custom CSS > Desktop/Tablet:
.summary-inner{ padding-top:100px; }
In order to justify the text, align it left and switch to the text http://prntscr.com/kyf681
Replace the “left” for “justify” http://prntscr.com/kyf6zl
Best Regards
September 25, 2018 at 1:41 pm #78937
OlgaParticipantThank you!
1) I use product grid on my home page. I want to hide price on home page. How can I do that? Pls check screenshot
2) As you can see on the screenshot, the title of products is long. I need to keep this long text, but now it doesn’t look nice. Is it possible to show not only title but also short description of products in the product grid on my home page?
3) Where can I change fonts for my product description pages? I need to use Optima or Vanity font for the whole website.
Thank you!
Attachments:
You must be logged in to view attached files.September 25, 2018 at 3:54 pm #78969
OlgaParticipantHi!
Please answer my question #78937 and also I got one more.
How can I move a background image in a mobile version of Revolutionary Slider so that mobile version included the main element of an image? P
lease check screenshot, in this case I need to have girl’s head in mobile version. How can I do that?
Thank you!
Attachments:
You must be logged in to view attached files.September 25, 2018 at 6:59 pm #79004
Elise NoromitMemberHello,
1 Add this code to the Home page settings: http://prntscr.com/kynhv6
.product-grid-item .price { display:none; }
2 Choose the design with the excerpts http://prntscr.com/kynidw
3 Theme > Typography the fonts are set globally.
4. I have checked your slider on mobile the text is in the middle
Best Regards
September 26, 2018 at 11:51 am #79169
OlgaParticipantThank you very much!
Can you please answer again on my question №4, because I didn’t ask about text but about girl’s head 🙂
“How can I move a background image in a mobile version of Revolutionary Slider so that mobile version included the main element of an image?
Please check screenshot, in this case I need to have girl’s head in mobile version. How can I do that?”
Thanks again!
September 26, 2018 at 12:32 pm #79182
Elise NoromitMemberHello,
The background position is set in the Source settings https://gyazo.com/1cec8d05134311e43836db66d99d84e0
At the same time, there is no option to set the different position on different devices.
Best Regards
-
AuthorPosts
The topic ‘Product description page’ is closed to new replies.
- You must be logged in to create new topics. Login / Register