Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1114051

    I installed the Elementor Pro plug-in to customize the Woocommerce page
    but does not take the change in the style of the price of the product it is possible to bypass the style of Enfold for that value?

    Style Price

    #1114128

    Hey PinoSilvestre,

    Please provide a link to the site/page in question so we can look into this issue further. What should the style look like?

    Best regards,
    Jordan Shannon

    #1114174

    This page is currently active with the price I don’t like
    Page

    I would like to remove the green color and increase the price of 32 and VAT Excluded 24 Font Roboto condensed.
    I enclose an example
    Current
    – – –
    how I’d like it
    – – –
    grazie

    Andrea

    #1114340

    Hi Andrea,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .elementor-widget-container .price * {
        color: #7a7a7a;
        font-size: 24px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1114347

    Thanks Victoria
    :=)

    When I was a boy I saw a very beautiful film by Blake Edwards which is called Victor Victoria

    #1114350

    Grazie perfetto
    thanks perfect I also changed the color

    a question to change the price also on the summary page how should I do?
    Summary

    #1114445

    Hi PinoSilvestre,

    https://cl.ly/aab5e877e5ee I am getting a 404 on that link. How can I see the page?

    I haven’t heard of that movie, but seems like a nice movie to watch :)

    Best regards,
    Victoria

    #1114459

    sorry i changed the link
    a question to change the price also on the summary page how should I do?
    Summary

    #1114460

    Price 1
    – – –
    Price 2
    – – –
    the strange thing is that the button of the quantity with add to cart is seen in a different way I cannot understand the reason

    Image 1
    Image 2

    #1114504

    Hi PinoSilvestre,

    You’re building the products with Elementor, you’re probably using different elements to do it, are you?

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .woocommerce-loop-product__title .price del,
    #top .woocommerce-loop-product__title .price ins {
        font-size: 20px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1114520

    tanx – ciao

    #1114585

    to the side of add to cart the quantity also disappears in the summary when you add to the cart the quantity selector never appears you can help me?
    tanx
    Quantity

    Summary cart

    #1114668

    Hi PinoSilvestre,

    You’re using Elementor builder, you might want to write to their support.

    Best regards,
    Victoria

    #1182785

    I wish I could increase the body of all the cart text and the price of the product page which is invisible very small
    grazie

    • This reply was modified 4 years, 9 months ago by PinoSilvestre.
    #1183114

    Hi PinoSilvestre,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1183145

    Good morning Vittoria, I send you links of the sites made by us and the link of the site that we absolutely like as the style and font size of the woocommerce graphics which in your demo is always very small. Enfold is extraordinary we use it for all our works, we would like your modern DEMO SHOP and with the style similar to the example. I know I ask for a lot. Do you have any new demo templates in anticipation of a shop?
    tanx grazie mille :)

    #1183755

    Hi,

    Thank you for the update.

    You can always use or add css to change the style of site including the product page. Unfortunately, due to time constraints we can only help you with basic css modification, so we might not be able to replicate the exact templates above. For example, if you want to adjust the style of the product price, use this css code.

    #top .price, #top .price span, #top del, #top ins {
    	display: inline;
    	text-decoration: none;
    	font-size: 30px;
    	line-height: 24px;
    	font-weight: 600;
    }

    To learn more about custom css modification, please check the following documentation and article.

    // https://kriesi.at/documentation/enfold/add-custom-css/
    // https://www.wpbeginner.com/wp-tutorials/basics-of-inspect-element-with-your-wordpress-site/

    Best regards,
    Ismael

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.