Change fonts colour seperator with text - by Paycheck85

This topic has 6 replies, 3 voices, and was last updated 7 years, 4 months ago ago by Rose Tyler

  • Avatar: Paycheck85
    Paycheck85
    Participant
    December 8, 2016 at 15:04

    hello,

    How can i change the color and font of the seperator with text? https://gyazo.com/9fea4c57f485ae68176decf9835e9e08

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 8, 2016 at 15:12

    Hello,

    You can try to add this code in Custom CSS:

    .vc_separator.vc_separator_align_center h4 {
        color: white;
        font-size: 15px !important;
        font-weight: 800;
    }

    Regards,
    Rose Tyler.

    Avatar: Paycheck85
    Paycheck85
    Participant
    December 14, 2016 at 14:57

    great, but now it remains on the every page. on some pages i would like the color black. For example on white background pages.
    Is that possible?

    Avatar: Eva
    Eva Kemp
    Support staff
    December 14, 2016 at 18:44

    Hello,

    Please show pages where you want the separator of black color.

    Regards,
    Eva Kemp.

    Avatar: Paycheck85
    Paycheck85
    Participant
    December 15, 2016 at 09:36

    On every page there is one yellow line https://gyazo.com/3b2d1874583717e2fabb8afaf246217c
    and one black https://gyazo.com/b6087b597b3c5c913f19d4bfa3edac5a but the text of the black lined remains white. This should be black also.
    Thank you!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2016 at 11:08

    Hello,

    In this case, you need to add the class for black line separator block, for example, http://prntscr.com/djojsa and next add this code in Custom CSS:

    .black-separator h4 {
        color: black !important;
    }

    Regards,
    Rose Tyler.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.