Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #117313
    Sarah
    Participant

    Hello,

    your Parallax theme look really good. I would like to use it with Divi page builder. Now there is a white frame on it as shown here:

    Could you help me out with some code for that?

    Thank you very much,

    Sarah

    #117314
    Sarah
    Participant

    P.S.: I would like to make the white frame disappear on all pages (and hide the page title, too).

    Thank you so much.

    #117323
    Sarah
    Participant
    #117324
    Sarah
    Participant
    #117350
    Mahesh
    Keymaster

    @sarahf: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .et_pb_fullwidth_portfolio.et_pb_fullwidth_portfolio_carousel.et_pb_module.et_pb_bg_layout_dark.et_pb_fullwidth_portfolio_0 {
        display: none;
    }
    .page-id-151 .entry-header .entry-title {
        display: none;
    }

    Regards,
    Mahesh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Divi Builder Full Width’ is closed to new replies.