Home Forums WoodMart support forum Product detail page

Product detail page

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #41795

    huyenht
    Participant

    Hello! Can you help me how to set the layout of product detail like this.
    3 colum: content and 2 image

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

    Artem Temos
    Keymaster

    Hi,

    You can create a similar layout with WPBakery page builder. Just use a “Row” and divide it into three columns.

    Regards

    #42243

    huyenht
    Participant

    Thank you i see it. Now i want change font size of content product detail is:
    <div style=”font-size: 13pt; color: #333333;”>
    How can set for all page product?

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

    Artem Temos
    Keymaster

    Please, send us a link to the page where you want to change this font.

    #42269

    huyenht
    Participant
    #42274

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .woocommerce-Tabs-panel--description p {
    	font-size: 13px;
    	color: #333333;
    }

    Regards

    #42409

    huyenht
    Participant

    Greate! thank so much.
    By the way, pls teach me how can add facebook comment to page? Thank so much!

    #42433

    Artem Temos
    Keymaster

    Hi,

    Sorry, but it is not relevant to our theme. Here is an article that should help you http://www.wpbeginner.com/plugins/how-to-install-and-setup-facebook-comments-in-wordpress/

    Regards

    #42542

    huyenht
    Participant

    thank for support. i want change design this product detail like this. how to make?

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

    Artem Temos
    Keymaster

    You can use two columns row with images gallery on the left and text block on the right.

    #42700

    huyenht
    Participant

    Im not fount where edit design all tab off product detail

    #42701

    huyenht
    Participant

    i want fix design and css but can not found, i found all page but dont have, i dont know where can fix it

    #42737

    Artem Temos
    Keymaster

    Sorry, what exactly you are trying to find? Could you please give us some screenshots?

    #42784

    huyenht
    Participant

    http://hungtt.fptdata.net/?product=lo-ukoeo-52l-kem-qua

    sample this, i want change design in content tab example: font, size,color text and add colum…

    #42808

    Artem Temos
    Keymaster

    Please, provide us some screenshots so we can understand what content tab do you mean and what exactly do you want to change.

    #42852

    huyenht
    Participant

    Yes, here it is.

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

    Artem Temos
    Keymaster

    The tab with reviews can’t be easily managed with WPBakery since it is a part of the WooCommerce plugin functionality.

    The last one comes from Theme Settings -> Product page -> Additional tab.
    You can replace its content with some HTML Block’s shortcode and then build your custom structure with WPBakery rows and columns as usual.

    #42874

    huyenht
    Participant

    i want change font size of tab content same description, how can?
    font-size: 13px;
    color: #333333;

    #42879

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .woocommerce-Tabs-panel {
    	font-size: 13px;
    	color: #333333;
    }

    Regards

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