Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #987332

    Hello everybody

    1- I would like to enlarge the columns on the Additional Information tab of my products so that my attributes are not on 2 lines.

    2- Is it possible to put the name of attributes in lowercase

    3- Is it possible to increase the size of the text of the tab

    thank you for your support

    http://www.fensor.com/produit/thermocouple-sonde-etalon-haute-temperature-echelle-0-c-a-1300-c/ 1

    Alain
    Fensor2

    #987892

    Hey fensor2,

    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

    
    div table.shop_attributes th {
        width: 280px;
        text-transform: initial;
    }
    

    As for the last point, do you mean tab or the tab titles?
    These? https://cl.ly/0h0X1g282w3i

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #990753

    hello victoria

    thank you for your support

    1- yes increase the size of the text tab
    2- in “enfold / general setting / main content / primary color” when I change the color, in my product the colors change the button, the list of categories, and the values of the attributes. is it possible to change only the color of the button

    Thank you

    #991071

    Hi fensor2,

    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-tabs .tabs li a {
      font-size: 16px;
    }
    .shop_attributes td {
      font-size: 14px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #991498

    Hi Victoria

    Thank you

    yes I would like to change just the color of the button “je suis interesse” without changing the color of the buttons “lire la suite”

    Best Regards,

    #991936

    Hi fensor2,

    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

    
    .woocommerce #enquiryButton.button {
      background-color: #666;
    }
    .woocommerce #enquiryButton.button:hover {
      background-color: #ccc;
    }
    

    You can change the colors to the ones you need.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #995513

    Hello Victoria,

    I come back for a question.

    In additional information of my product is it possible to remove the hypertext link on the value of my attributes?

    thank you

    Best Regards

    #995550

    Hi fensor2,

    Best regards,
    Victoria

    #995875

    Thank You Victoria

    yes it’s the first link

    Best Reagard

    #996011

    Hi fensor2,

    I can give you the css solution for that.

    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

    
    div table.shop_attributes td a {
      pointer-events: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #999897

    Hello Victoria,

    I come back to you .

    I would like on my pages category to place my filter on a left sidebar without modifying the other pages (pages, product, article ..)

    Thank You

    Best regards

    #1000022

    Hi fensor2,

    Best regards,
    Victoria

    #1000189

    hello victoria
    the woocommerce products filter is a widget that I put in “shop overview page”.
    When I go to my category page I see my filter right of my products, I would like it to be left of my products.

    thank you

    #1000344

    Hi fensor2,

    You can change that in the theme options

    https://kriesi.at/support/topic/enfold-store-product-categories-and-product-page-has-different-sidebars/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1000462

    thank you victoria

    sorry I could have looked on the forum.
    Is it possible to change the caddy icon by another icon?

    Thank you

    #1000776

    Hi fensor2,

    Which icon are you referring to?

    Best regards,
    Victoria

    #1000871

    hello victoria,

    the icon before “voir produits” at the bottom of the miniatures of my products

    Thank you
    Best regards

    #1001146

    Hi fensor2,

    Oh, ok, I did not understand at first that you were talking about the cart icon.

    Here is a thread for you to consider
    https://kriesi.at/support/topic/change-woocommerce-cart-icon-to-custom-fontello-icon/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1003222

    hello victoria,

    Thank you for the icon, it’s perfect.
    I encounter a new problem with the apostrophe, it shows Backslash Apostrophe

    in the text: “Quelle famille d’instruments” displays “Quelle famille d\’instruments”

    Is there a solution ?

    Thank you

    Best regards

    #1003551

    Hi fensor2,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1003605

    Hello Victoria

    Thank you

    #1003655

    Hi fensor2,

    You might want to write to the plugin authors about that.

    Best regards,
    Victoria

    #1003659

    ok
    Thank you Victoria

    Best regards

    #1006618

    hello Victoria

    Another question…

    is it possible on the categories pages that it opens with the option “sort by name” instead “sort by default”

    thank you
    Best Regards

    #1006679

    Hi fensor2,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Victoria

    #1006712

    hi victoria

    I understand
    I will try to do otherwise

    thank you

    #1044316

    hello victoria,
    I’m coming back to you for a new problem.

    on my product page I would like my image to be the same size, but depending on the number of lines I display in the description of my images the width of the image changes (columns 4 and 5)

    maybe it’s just a parameter I did not see?

    thank you

    #1046007

    Hi fensor2,

    It’s not the image size but the text amount that pushes the div to the sides. It is not the parameter that you did not see, the div width depends on the width and divided by the number of columns.

    If you need further assistance please let us know.

    Best regards,
    Victoria

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