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.
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
Hello,
I have assigned the name “linea” as class css.
Thanks.
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
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.
Hi,
Please try this instead:
.linea .hr-inner {
border-top-width: 15px !important;
}
Best regards,
Rikard
OK now is ok
Thanks.