change color of text

How can I change the color of text when using muffin builder?

Comments

  • Also, the icon?  
  • Hi,

    all colors you can change under Theme options > Colors section. But if you want to change the color of specific/individual sections only, then you need to use custom css. The same icons. If you send us link to page/s where you would like to change such colors, we would be able to have a look on it.
  • I figured out how to change the color of the text for the a specific section but I just need help changing the color of the icons. I am referring to the icons all the way at at the bottom where it says the phone number and email. I want to change them to white. (I dont think you are able to see the icons right now because the icons are green and the background is green, which is why I want to change the icons to white) but let me know if you need me to change the background  back to white so you can see the icons. Thanks!! 

    www.salesscorekeeper.net 
  • Ok. So to change those icons color, please use the following css:
    .list_item .list_left i { color: #FFF !important; }
  • Thanks! 
Sign In or Register to comment.