Topic Resolution: Resolved
  • Closed
  • April 7, 2016 at 12:02 pm #26332

    Hello i would like to ask how can i edit in the schortcode of social links. I have read the documentation https://theme4press.com/docs/shortcodes/social-links/ and i want to change the color of the box. I edit the shortcode and choose the hex colors: #37b6bd\#1172c1\#ED1D24 ,but it didn’t show up.Am i doing something wrong? Also,how can i remove the movement of the icon? I searched but i didn’t find something.Thank you in advance.

    Denzel Chia
    Moderator
    Posts: 2672
    April 8, 2016 at 1:49 am #26343

    Hi,

    The color hex code separators are wrong.
    It should be | and not \

    This will work.

    Thank you

    Asimakopoulos Alexandros
    Spectator
    Posts: 16
    April 8, 2016 at 8:30 am #26348
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2672
    April 8, 2016 at 10:14 am #26353

    Hi,

    I don’t understand why it does not work for you.
    Please see screen-cast.
    http://screencast-o-matic.com/watch/cDfjjX1a4M

    By the way, I will not be able to see your preview link.
    Preview are only for login users.

    Thank you

    Asimakopoulos Alexandros
    Spectator
    Posts: 16
    April 8, 2016 at 10:58 am #26360
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2672
    April 9, 2016 at 5:32 am #26376

    Hi,

    On your shortcode. You need to set icons_boxed="yes" so that the icons are boxed and the boxed colors are changed. For example.

    Thank you

    Asimakopoulos Alexandros
    Spectator
    Posts: 16
    April 11, 2016 at 8:20 am #26423

    Yes!!many thanks!! 🙂 Another question please. Is there a way to remove the move? So that the social links to be still?

    Denzel Chia
    Moderator
    Posts: 2672
    April 11, 2016 at 9:13 am #26426

    Hi,

    Please use the following.

    .t4p-social-network-icon{
    transition:none !important;
    }

    Thank you

    Asimakopoulos Alexandros
    Spectator
    Posts: 16
    April 11, 2016 at 9:24 am #26430

    Again many thanks! 🙂

    Denzel Chia
    Moderator
    Posts: 2672
    April 11, 2016 at 9:38 am #26433

    You are welcome!