Okay
  Public Ticket #1667468
Remove theme border for one page
Closed

Comments

  •  5
    lkbirk started the conversation

    Hi. 

    I've defined a theme border for my page, but I wish to remove it from one page on my site. Would that be possible? So I keep it on the remaining pages, but remove it only on one specific page. 

    Thanks.
    - Stine 

  • [deleted] replied

    Hi Stine,

    That option is not available in the theme and to do this specific thing it requires some little modification.

    As you may know this question is out of support scope but I will help you this time.

    In the page that you want to hide borders click Edit Page then navigate to Parameters and Options area > Custom CSS tab and add this CSS code:

    .page-border {
        display: none !important;
    }

    Have a great day!

  •  5
    lkbirk replied

    Hi Yilli. 

    That was very nice of you. Thank you so much for that! 

    Have a good one. 

    - Stine 

  • [deleted] replied

    Glad to hear that

    Will set this ticket as solved from here.