Change text size of "separator with text"

Posted in: Newspaper
Post count: 10

Hello,

I have been trying to change the “Separator with text” text size with no luck. I have tried putting the following code into the custom css box with no luck:

.vc_separator {
font-size:50px;
}

Can you help me with this please?

Post count: 23312

Hello swamplingman,

Try to add the important tag after the code.

.vc_separator {
font-size:50px!important;
}

The result is here -> https://www.screencast.com/t/ArDCAaFfRYx

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.