• Hi Andrii / Satori Studio,

    I am hoping there is a way to change the background color of the second call-to-action button on a static front page. The background image we chose makes it hard to read all colors used for the second call to action button. Thanks so much! Devoncoq

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you please share your URL?

    Theme Author satoristudio

    (@satoristudio)

    Hey @devoncoq,

    thank you for choosing Bento!

    You can change the color of the button’s border by using the “Secondary call-to-action button color” option in the “Static Front Page” tab of the “Appearance – Customize” section of the admin panel. This will also change the button’s text color, so picking a color that contrasts the background image will do the trick.

    If you do need a background for the button, you can use the following snippet in the “Additional CSS” tab of the “Appearance – Customize” section of the admin panel:

    .post-header-cta-secondary { background-color: #ffffff !important; }

    and replacing the “#ffffff” with the color you need in hex format.

    Sincerely,
    Andrii / Satori Studio

    Thread Starter devoncoq

    (@devoncoq)

    Thanks Andrii! Worked like a charm!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Call-to-action Button’ is closed to new replies.