Hello @ohtusabes
Thank you very much for using our plugin. If the <HR> tag is visible on the form preview but not on the public page, there is a style loaded by the theme active on your website to hide the <HR> tags. Please indicate the URL to the page that contains the form to check the styles loaded by your website’s theme.
Best regards.
Thread Starter
PB
(@ohtusabes)
Hi, thanks for your answer. Please check https://ucimhef.org/gcs/. There is an horizontal line above “la escala motora…” that Is not show. .
Thread Starter
PB
(@ohtusabes)
I saw that it happens when I publish the page using Elementor, but not with the Gutemberg. Any help to solve this? Thanks in advance.
Hello @ohtusabes
The issue is caused by the style definition below:
.elementor hr {
margin: 0;
background-color: transparent;
}
It is located into the “https://ucimhef.org/wp-content/plugins/elementor/assets/css/frontend-lite.min.css” file.
A solution would be to enter the style definition below through the “Customize Form Design” attribute in the “Form Settings” tab (https://resources.developers4web.com/cff/images/documentation/form-settings-tab.png):
#fbuilder hr{background-color: #e4e4e7 !important;}
Best regards.
Thread Starter
PB
(@ohtusabes)
Yes, it works. Thank you very much!