Skip to main content
Solved

How do I change the default color for Post CTA? Like and Subscribe


A11ey

Hello!  I am trying change the after action color of the “Like” and Subscribe” actions at the bottom of posts.  I went to Theme, then Colors, Fonts, Buttons. The only place I see the yellow color is in buttons.  Help please 😀

 

Best answer by A11ey

Found it!!  In order to change the default of the active CTA find the code below in Custom CSS

 

a.is-active {
  color: yellow !important;
}

Updated to 

a.is-active {
  color: teal !important;
}

 

View original
Did you find this topic helpful?

olimarrio
Forum|alt.badge.img+4
  • Gainsight Employee ⭐️
  • August 18, 2023

Hi @A11ey 👋,

You would need to use some custom CSS to edit the colours for these actions such as:

.post__action-link {
  color: yellow;
}

I’d advise trying this on your sandbox environment to ensure that it doesn’t affect any other elements on the platform.


A11ey
  • Helper ⭐️⭐️
  • August 18, 2023

Thanks @olimarrio, very helpful! 

I added this code:

 

} 
.post__action-link {
  color: blue;
}

 

Using that I was able to change the Action color to blue, but the after Action is still yellow.  

  “Unsubscribe” still yellow

Other ideas?


A11ey
  • Helper ⭐️⭐️
  • August 21, 2023

Found it!!  In order to change the default of the active CTA find the code below in Custom CSS

 

a.is-active {
  color: yellow !important;
}

Updated to 

a.is-active {
  color: teal !important;
}

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings