Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #428840

    I was wondering if there’s a simple way to change the hover colours of the share buttons on my blog posts.
    I would like to change the current multiple colours into just one colour for all of them.

    Thanks!

    #428847

    Hey Eva!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .av-share-box ul li:hover a {
      color: white!important;
      background-color: orange!important;
    }

    Regards,
    Yigit

    #429096

    Perfect, thanks so much!

    #429414

    Hi!

    Glad we could help.

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change colour of share buttons on single post page’ is closed to new replies.