Hi! Thank you for your wonderful theme, without doubt the best theme on Drupal.

It's been an issue for a while, I have tried ..

.btn {
color: #FFFFFF; }

in my custom sub theme, link still appears as blue.

Blue

css for the link field is btn btn-default btn-lg active btn-block

Please how can I get the buttons to have white links?

Most appreciate any guidance 🌿

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Liliplanet created an issue. See original summary.

mahtab_alam’s picture

You can add css to the btn links.

.btn a {
color: #FFFFFF;
}

Liliplanet’s picture

Oh thank you so so much @mahtab_alam, I been struggling with that for years! Most appreciated 🌿

mahtab_alam’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.