Enfold won’t seem to let me put a border on a <p></p>.
I tried creating a specific class and put it in the custom css field, and all kinds of inline styling.
Searched in the forums.
No luck. Any suggestions?
Any tips on specific styling for pages would be greatly appreciated.
Hi fgrippe!
Can you post the link to your website and point out the element please?
Best regards,
Yigit
Hi!
Please add ” border-width: 1px; ” to your element as well and add following code to Quick CSS in Enfold theme options under General Styling tab
.hr-inner { border-top-width: 3px; }
Regards,
Yigit
Thx Yigit