• I have added this plugin to the website I help run, https://frc4322.com
    The plugin itself works wonderfully, however the only complaints I have are that the follow button text stays white and is too hard to read, also when I try to “disable controls” on the slider they are still there. Other than that I absolutely love the simplicity and style of this plugin. ??

Viewing 1 replies (of 1 total)
  • Plugin Author Access Keys

    (@access-keys)

    Hello there,

    Thank you very much for the rating. The issues you are facing is being caused by css conflict with the bootstrap css.

    Please add below code to your theme’s style.css to resolve the conflict.

    .aptf-follow-btn .label {
        color: #00B0ED;
    }
    .bx-controls {
        display: none;
    }

    Hope this helps to resolve the issues.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Fix follow button text color.’ is closed to new replies.