Color of a divider

Hello,

Is it possible to change the color of a divider bric? I have tried assigning it a class but no luck.

Can anyone please help?

Thanks,
dan

Hi,

Just make a class called “divider” and change the background color on it.

Cheers

The only issue with that is you only have one style of divider, if you want another with different size or color you can’t. It’s a very limited option in blocs. I do prefer using an image instead

@chicuelo no worries, then do this instead.

Cheers

4 Likes

@Jakerlund Great solution! Thanks!

1 Like

Super, thank you so much!

1 Like

Hi,
Darn, this is exactly what I am looking to do (divider different colors instead of just one color using the divider class) and the mp4 is no longer there :frowning:

One method, and there maybe another way to do this…

Eg. Making a green divider.

  1. Select the Divider and in the right class panel give it a class of green
  2. In the Class manager make a class called .green .divider make sure you keep the space.
  3. Open that class in the manager and change the Background colour to Green
  4. To make the divider thicker, set a height.

Do this as many times as you want for any colour you want. (you will end up with 2 classes, you only need to edit the .green .divider class).

If your only change the divider to one colour you can just make a class called .divider

There is some free dividers at the Bloc Store.

Casey

1 Like

you can also use an empty bloc as a divider…and set the blocs margin to none, or small, or use a custom class on the bloc to get more precise, and with a single column using a custom class add a border color & thickness, and use column controls & offset to give it a length & position…?

Thanks, all!