How to Increase Top Bar Social Media Icon Sizes

I would like to know the css to increase the icon size in the top bar/action bar. I had it before but lost the file.

Comments

  • Hi,
    Did you solve it?
    The icons are large already.

    Thanks
  • yes I did thank you
  • #Action_bar .social li a { color: #1f5fa0; font-size: 30px !important; }
    #Action_bar .social li a:hover { color: #000; }
    #Action_bar .contact_details li { color: #1f5fa0 !important; }
    #Action_bar .contact_details li a { color: #1f5fa0 !important; }
    .header-classic #Action_bar { background-color: #cccccc; }
    #Action_bar { font-size: 25px !important; }
    #Footer .footer_copy .social li a { color: #1f5fa0 !important; font-size: 30px !important; }
    #Footer .footer_copy .social li a:hover { color: #FFF !important; }

Sign In or Register to comment.