Colour Changes

Hi Guys,

I need to do two things at the moment:
  1. Change text colour in Fancy Heading to white
  2. Change the icon in Fancy Heading colour to white
How do I do it?

Thanks

Paul

Comments

  • Hi,

    1. To change it's color, please use below css:
    .fancy_heading .title { color: #000; }
    .fancy_heading p { color: #000; }
    2. Icon can be changed within below css:
    .fancy_heading_icon .icon_top i { color: #000; }
  • Thanks guys - will give it a go. From a build perspective would it be possible to add a colour picker and a font sizer built in the muffin builder which would allow users to customize when adding items?

    Cheers

    Paul
  • We'll think about it because it is not possible to add option for each available option. Most of you have very poor servers and while we add more and more options, your servers have more problems to handle it. So we can't add any possible option you want because it just makes problems and sometimes it is much easier and faster to use just simple css.
  • Ahh, I didn't think of that! You answered a previous question I had on why I could not see the muffin builder and it was all the fault of my host. I have now moved host and it works perfectly and I never have the white screen of death either. So thanks again for that.
Sign In or Register to comment.