Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1311870

    Hello.

    We would like to modify the thickness of the separation lines.
    In the options we see that you can select between a thin or wide thickness, but there is no option to indicate a pixel size.
    See application of separation lines at: https://moremachining.com/

    How can we do it?

    Thanks.

    #1312184

    Hey aintzerga,

    Please assign a custom CSS class in the Advanced tab of the element options to the elements you want to target, we can then give you custom CSS to use.

    Best regards,
    Rikard

    #1312387

    Hello,

    I have assigned the name “linea” as class css.

    Thanks.

    #1312729

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .linea .hr-inner {
      border-top-width: 15px;
    }

    Best regards,
    Rikard

    #1312973

    Hi Rikard,

    I have placed the CSS style in the general styles of the Elfold, but I do not see changes in the style of the line.

    What I can do?

    See CALIDAD line in: https://moremachining.com/

    Thanks.

    #1313531

    Hi,

    Please try this instead:

    .linea .hr-inner {
      border-top-width: 15px !important;
    }

    Best regards,
    Rikard

    #1313879

    OK now is ok

    Thanks.

    #1314157

    Hi,

    Great, I’m glad that it’s working now. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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