Home Forums WoodMart support forum Single Product adjustment

Single Product adjustment

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #396096

    mutantmedia
    Participant

    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

    • This topic was modified 2 years, 4 months ago by mutantmedia.
    Attachments:
    You must be logged in to view attached files.
    #396126

    Luke Nielsen
    Keymaster

    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

    #399555

    mutantmedia
    Participant

    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

    #399581

    Luke Nielsen
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)