Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1128275

    Hi guys! I’d like for the accordion toggle bottom border on my FAQ page to be blue (instead of grey) when toggled or active. Could you help me with how to achieve this via css? Thanks :)

    #1128370

    Hey bobfurgo,

    I load the page and I can see it Blue, u managed fix it?

    Best regards,
    Basilis

    #1128380

    No. I’m talking about the bottom border of the accordion container being blue while active. Not talking about the + if that it what you were thinking as that’s the only thing that’s blue at the moment.

    #1128445

    Hi,
    Thanks for the link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-44 .av_toggle_section .activeTitle {
    	 border-bottom-color: #0077ff !important;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

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