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

    Hi, at the bottom of my site is a Facebook button which is too small. Is it possible to make it bigger and maybe colorful that it is easily seen? Thanks!

    #885963

    Hey nadinedomnink,

    Please try the following in Quick CSS under Enfold->General Styling:

    #footer .av-social-link-facebook a:before {
      font-size:30px;
      color:red;
    }

    Best regards,
    Rikard

    #886189

    It’s not working…

    #886353

    Hi,

    You can try this:

    #footer .av-social-link-facebook a:before {
      font-size:30px !important;
      color:red !important;
    }
    

    Best regards,
    John Torvik

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.