• Resolved optoscar

    (@optoscar)


    Would be possible to change the size of the social icons, like facebook or g+. They look to small at both the menu area and at the left/right areas.

    maybe with a costum CSS stile?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try:

    .navbar-inner .social-block {
    font-size: 2em
    }

    changing 2em to what size you need.

    Footer changed with:

    .colophon .social-block {
    font-size: 2em
    }

    Thread Starter optoscar

    (@optoscar)

    Hi rdellconsulting,

    many thanks for the answers.
    I did change the size of the social icons, adding this code to the Costum CSS stile section:

    /* For sidebar */
    .tc-sidebar .social-block {
    font-size: 2em
    }

    /* For navbar */
    .navbar-inner .social-block {
    font-size: 2em
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Social-Icon Size’ is closed to new replies.