I am using the F6/Layout/Divider stack to separate content on a page, how can I colour it? I have seen some discussion re the top-bar but not in general use and not colour?
The F^ divider stack uses a horizontal ruler (<hr>
) tag.
That’s a CSS border. So add a swatch (type border), give it a classname like mydivider. Set the color and other properties, then add that class name to the divider stack.
1 Like
Thank you, really clear and worked a treat!
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.