Support » Plugin: Smash Balloon Social Post Feed » Change colour of author

  • Resolved Gemin

    (@gemin)


    In the settings I found the options to change the colour of the post’s author.

    But even though I changed that, and it displays the correct colour on every post, it didn’t change the colour of “[Author] shared a link”

    Is there a way to do that, and if not, can one change the colour quick and dirty by custom css? I sadly know hardly anything about css so I don’t really know.

    https://wordpress.org/plugins/custom-facebook-feed/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey Gemin,

    Thanks for letting me know about this issue. I’ll include a fix in the next update. You can change the color of the links via CSS by adding the following to the Custom CSS section of the plugin (Customize page > Misc > Custom CSS):

    #cff .cff-post-text a{
      color: #fff000;
    }

    You can change the color code to be whatever you like. Let me know whether that works for you.

    John

    Thread Starter Gemin

    (@gemin)

    Hey John,

    Works just fine, thanks a lot.

    Gemin

    Plugin Author smashballoon

    (@smashballoon)

    No problem Gemin, happy to help!

    John

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change colour of author’ is closed to new replies.