New Landing How can we help? Cardinal Deleting Swiftpage Builder Pre-Built Pages

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #127625
    kamarch
    Member
    Post count: 21

    Wanted to delete only the pre-built pages without messing up the entire page builder so the client who has shop manager access wont mess up the design of a page by just curiously tinkering around.

    #127633
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option or in the style.css of your child theme.

    
    #spb-elements .spb_prebuilt_pages{
    display:none;
    }
    

    -Rui

    #127676
    kamarch
    Member
    Post count: 21

    Tried both ways.Didnt work mate.

    #127677
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Sorry, This is the admin so it should be changed in the page-builder.css located in swift-framework/page-builder/assets/css

    -Rui

    #127713
    kamarch
    Member
    Post count: 21

    Which paticular css? Page-builder.css? And is it the same code? Specific line? Finally should it read:

    #spb-elements .spb_prebuilt_pages{
    display:none;
    }

    or

    #spb-elements 
    .spb_prebuilt_pages{
    display:none;
    }
    #127714
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    inside page-builder.css could be at the bottom.

    And use

    
    #spb-elements .spb_prebuilt_pages{
    display:none;
    }

    -Rui

    #127716
    kamarch
    Member
    Post count: 21

    Rui,

    Perfect, thanks for making this a quick fix. We appreciate all your efforts.

    #127718
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.
    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register