Home Forums WoodMart support forum Separator with text

Separator with text

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #194580

    Marloes2019
    Participant

    Hi there,

    How can I make the text bigger in the separator with text?
    When I use <big>test</big> it only gets a little big bigger, but not big enough.

    Kind Regards,

    Marloes

    #194607

    Hello,

    To change the size of the Separator with the text element of the Wp-Bakery Page builder. You need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .vc_separator h4 {
    font-size: 30px;
    }

    You can set the size accordingly.

    Best Regards.

    #194644

    Marloes2019
    Participant

    wauw yes it works, thank you!

    #194645

    Marloes2019
    Participant

    sorry, is there also a code to change color of text to colour: 006289 ?

    #194804

    Hello,

    You are Most Welcome.

    To change the color of the text in the module you need to replace the previous CSS with the
    following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .vc_separator h4 {
    font-size: 32px;
    color: #006289;
    }

    You can set the color and font-size according to your needs.

    Best Regards.

Viewing 5 posts - 1 through 5 (of 5 total)