Single Product adjustment
-
Hi I need the help/code of the following to be adjusted
1. Edit the size of the brand on the single product
2. alignment left
Attachments:
You must be
logged in to view attached files.
Hello,
Glad to have you as a user of our theme!
1. The below code will help you to edit the size of the “brand” name. Enter it into the “Custom CSS for desktop” area through Theme Settings -> Custom CSS.
.single-product .summary-inner .wd-product-brands a {
font-size: 18px;
}
2. In order to align summary text to left, navigate to Theme Setting -> Single product -> for the “Product page” design set the “Default” option.
https://prnt.sc/_78V3ZoE_VuB
In the meantime, feel free to ask me any questions you may have.
Kind Regards
Hi ,
If we set it to default the brand logo/name will be displayed on the far right
We chose the center because the brand is located on the top.
Kindly advise us
Hello,
You can use this one custom code for aligning the brand name to the center.
.single-product .entry-summary .wd-product-brands {
text-align: center;
}
Result: https://prnt.sc/4G-wnn2kRrVa
Kind Regards