Okay
  Public Ticket #3040824
Social Icon left side
Closed

Comments

  •  10
    Lukas started the conversation

    how can i make social icon go on the left side of the page 

  •  8,839
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Lukas replied privately
  •  1,877
    Judith replied

    Hello Lukas,

    Please share a screenshot of the icons you are referring to.

    Thanks.

  •  10
    Lukas replied

    Hi Judith 

    this is the icons on post and blog pages.


    Also is it possible to add this icons on some normal pages?


  •  1,877
    Judith replied

    Hi Lukas,

    This is the social share element and you can add as shown here:

    9568869220.png

    Please try this css to move the social share to the left:

    .nectar-social.fixed {
        right: auto;
    }

    Thanks.

  •  10
    Lukas replied

    for some reason is not getting the red color and the share button gets a link that rederict to the same page if you press it 

  •  10
    Lukas replied

    here is a photo

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-social.fixed > a:before {
        background-color: #e73030;
    }

    Thanks



    ThemeNectar Support Team 

  •  10
    Lukas replied

    Thank you