• I’m keeping this theme to one page… basically a splash front page. I love it!
    We only have three social media sites associated with this company, Facebook, twitter and Google+.
    I’d like to put them on the top right of the website in the empty white space.

    Is this possible??????

    Thanks a million!

    laurie

Viewing 1 replies (of 1 total)
  • Hi,
    Thanks for loving the theme!!!
    I’d recommend to add these links in the footer It will be more easy for you

    Write the following HTML in Footer using theme option “Footer Section” ( replace # with your social profile link )

    <div>
      <a href="#" class="social-link"><i class="fa fa-facebook"></i></a>
      <a href="#" class="social-link"><i class="fa fa-google-plus"></i></a>
      <a href="#" class="social-link"><i class="fa fa-twitter"></i></a>
    </div>
    <div>Copyright Text</div>

    And write the following CSS using any custom CSS plugin or using Child Theme

    .social-link{
        display: inline-block;
        font-size: 22px;
        padding: 4px;
        text-align: center;
        width: 30px;
        margin-bottom: 10px;
    }
    .social-link:hover{
    	background-color: #464646;
    	color: #313131;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Add social Media to the right side of the header area’ is closed to new replies.