Idea Box: would love to change the icon...possible?

would be great if i could have some idea boxes [idea] with different icons than the lightbulb/lamp  :o3

Comments

  • in case anyone searches for this issue, i managed to clone an [idea2] short code in 

    theme-shortcodes.php

    and change the icon in it without too much trouble. woot!
  • Thanks for explanation but you should to remember about it while future updates because update will overwrite theme files.
  • Can you please share how you did this?
  • i duplicated the sc_idea function, renamed it sc_idea2, and added add_shortcode( 'idea2', 'sc_idea2' ); near the end of the file. it's easy enough to find the icon inside the function. quicker than adding icon variables.

    i appreciate the tip about updates, but i haven't done any because muffin doesn't seem to detail what's been changed.
Sign In or Register to comment.