Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #541276

    Hi guys!

    i would like to set the borders on the toggle in this color:

    #37bdf6

    cause now are transparent.

    i tried different solutions working with CSS without success…
    ex
    .page-id-2214 .main_color {
    border-color: #37bdf6!important;
    }

    the page is page-id-2214 and the toggles are on the FAQ at the bottom of the page.

    Can you help me please?

    thanks a lot!!!

    Mario

    #541812

    Hey Mario!

    Please add following code to Quick CSS

    p.toggler {
        border: 1px solid #37bdf6;
    }
    span.toggle_icon, span.toggle_icon * {
        border-color: #37bdf6;
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.