How can I remove page dividers from my website?

hello, can someone give me the code to take page dividers? thanks

my site is www.exoticsouls.world

click the top right, password is esfam1

Hello @ExoticSouls ,

To can take page dividers, you can check out my code below to make it:

  1. Go to Edit code on Online Store:

  1. Add my code into the last line of file Base.css:
Id or Class of element you want add code{
border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

Eg:

I hope you find the answer helpful. If you need further support, do not hesitate to reach out to us.

Kind & Best regards,
GemPages Support Team.

Im sorry I meant to say take out the dividers, do you know how?

Hi @ExoticSouls ,

Oh so sorry. To can take out the dividers, please add my code below to make it:

  1. Go to Edit code on Online Store:

  1. Add my code into the last line of file Base.css:
.announcement-bar {
border-bottom: none !important;
}

It look like this when you add my code:

Kind & Best regards,
GemPages Support Team.

thanks! can you help me on my other post I replied to you

Of course :grin: . I’m checking again and will give you the solution soon.