• Resolved Mike K.

    (@jhatcher12)


    Hi,
    I need to change the color of the “Show More” button when it pops up on mobile devices. I can’t find the option to show or not show the Show More button as well as its color. Please advise.

    Kindest regards,
    Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Asmi Patel

    (@asmipatel)

    Hi @jhatcher12,

    You can check the Colors section while editing the campaign and change the color from there since the color of the button is picked up from that setting.
    In case you have chosen to use Default theme color, then you can copy below CSS code in the Custom CSS section in order to change the color of the button(replace the color from the example).

    #ig_this_message .ig_button {
       background-color: green;
    }

    Hope this helps.
    Thank You!

    Plugin Contributor Asmi Patel

    (@asmipatel)

    Assuming the above solution would have worked, I am marking this ticket as resolved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show More on mobile devices’ is closed to new replies.