Okay
  Public Ticket #2542244
Change page border color for each page
Closed

Comments

  •  3
    Martonita started the conversation

    Hi,

    In this site I changed page border color for each section adding custom css.

    Since last update it doesn't work, since the color predefined in theme options is marked as !important as well as mine.

    How could I fix it?

    Thanks!

  • [deleted] replied

    Hi Martonita,

    Can you please send me your Wordpress credentials, because I need to login to your site and test this. To include your credentials click Insert Credentials button in editor toolbar (see how) so your reply will be private.

    Thanks!

  •   Martonita replied privately
  • [deleted] replied

    Hi Martonita,

    Please use a CSS code like this:

    body .page-border > .top-border, body .page-border > .right-border, body .page-border > .bottom-border, body .page-border > .left-border {
    background: yellow !important;
    }
    and the changes will applysmile.png

  •  3
    Martonita replied

    Done! Thank you!

  • [deleted] replied

    Hi Martonita,

    Happy to hear thatsmile.png

    Will set this ticket as solved from here.