Home Forums WoodMart support forum hi I want few customisation on I am attaching the screeshot below please check

hi I want few customisation on I am attaching the screeshot below please check

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #543186

    sohail
    Participant

    I would like to change the color of pagination across all devices its black by default want to make it green not all DOTS but the single dots which changes when the image changes
    Secondly want to do customisation in product attributes tittle font change
    and product variable description position change under product tittle

    Attachments:
    You must be logged in to view attached files.
    #543480

    Hung Pham
    Participant

    Hi sohail,

    Thanks for reaching to us and take our apologies for the long delay in answering.

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    And please describe in more what does remove column mean?

    Regards,

    #543551

    sohail
    Participant

    hi sorry for the silly misspelling I mean the colon this symbol (:) right beside storage want that to be removed

    and want to customise fonts of storage color
    change active pagination colors
    snaps attached for reference

    Attachments:
    You must be logged in to view attached files.
    #543628

    sohail
    Participant

    hello hung are you there could you please provide me with the code so that I can do it myself its too late

    #543678

    Hung Pham
    Participant

    Hi sohail,

    First of all, take my apologies for the delay in answering because of the weekend.

    1. Colon

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    table.variations label:after{
    	display: none;
    }

    2. Product Attributes’s fonts

    Go to Theme Settings > Typography > Advanced. In this area, you can assign elements like screenshot https://prnt.sc/3Tz-tLLcCbjh

    .single-product table.variations label

    Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/

    3. Active pagination

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-carousel-container .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span{
    	background-color: #20a87e;
    	border-color: #20a87e;
    }
    
    .wd-carousel-container .wd-nav-pagin-wrap[class*="wd-style-shape"] li:not(.wd-active):hover span{
    	border-color: #20a87e;
    }

    Regards,

    #543719

    sohail
    Participant

    thanks a lot Hung, everything worked it took me less than a minute to update thank you so much for your quick response

    #543739

    sohail
    Participant

    the only thing remains is the variable product description can we move it under Single Product Title also can we change the font and color just like variations table without comma between them I dont want the comma

    Attachments:
    You must be logged in to view attached files.
    #543861

    Hung Pham
    Participant

    Hi sohail,

    It’s part of Add to cart button https://prnt.sc/k3NpzrMMcRq7 and it requires customization to change HTML structures, which is out of basic support.

    Thank you for understanding our limitation.

    Regards,

    #545010

    sohail
    Participant

    No problem i just need one more solution and this is the last want to remove/hide the quantity from the signle product page only not from the cart page

    Attachments:
    You must be logged in to view attached files.
    #545248

    Hung Pham
    Participant

    Hi sohail,

    1. If you want to remove quantities box, it does mean you want to sell 1 item for each product only, so keep it in the Cart page doesn’t make sense. If it’s true, then I kindly request that you enable the option to be Sold Individually, which will remove the quantity selection from specific single product and Cart page as well https://prnt.sc/dnAHNuPDlOet

    2. In case you are simply want to remove it from all products, add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .single-product .quantity{
    	display: none;
    }

    Regards,

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