Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #19876
    Templatesyard
    Participant

    I want to change the behavior of the share buttons (facebook, twitter, g+, pinterest) in the front/first/main page, but I can’t find where it is in the source code.
    Chrome’s console show this source code but I couldn’t find it in the template’s code, only its css:

    <div class="post-share">
    	<ul>
    		<li>
    			<a href="http://www.facebook.com/sharer.php?u=http://saudadeteste.blogspot.com.br/2016/06/teste.html">
    				<i class="fa fa-facebook"></i>
    			</a>
    		</li>
    		<li>
    			<a href="http://twitter.com/home?status=http://saudadeteste.blogspot.com.br/2016/06/teste.html">
    				<i class="fa fa-twitter"></i>
    			</a>
    		</li>
    		<li>
    			<a href="https://plus.google.com/share?url=http://saudadeteste.blogspot.com.br/2016/06/teste.html">
    				<i class="fa fa-google-plus"></i>
    			</a>
    		</li>
    		<li>
    			<a href="http://pinterest.com/pin/create/button/?url=http://saudadeteste.blogspot.com.br/2016/06/teste.html&media=undefined&description=teste&title=teste" target="_blank">
    				<i class="fa fa-pinterest"></i>
    			</a>
    		</li>
    	</ul>
    </div>

    Important: I refer to the buttons in the first page. The buttons in the post page I was able to find and change them.

    #19878
    Templatesyard
    Participant

    Here the source code:

    < div class="post-share" >
    	< ul >
    		< li >
    			< a class="hi-icon hi-icon-chat" href="http://www.facebook.com/sharer.php?u=http://saudadeteste.blogspot.com.br/2016/06/teste.html" >
    				< i class="fa fa-facebook" >< /i >
    			< /a >
    		< /li >
    		< li >
    			< a class="hi-icon hi-icon-chat" href="http://twitter.com/home?status=http://saudadeteste.blogspot.com.br/2016/06/teste.html" >
    				< i class="fa fa-twitter" >< /i >
    			< /a >
    		< /li >
    		< li >
    			< a class="hi-icon hi-icon-chat" href="https://plus.google.com/share?url=http://saudadeteste.blogspot.com.br/2016/06/teste.html" >
    				< i class="fa fa-google-plus" >< /i >
    			< /a >
    		< /li >
    		< li >
    			< a class="hi-icon hi-icon-chat" href="http://pinterest.com/pin/create/button/?url=http://saudadeteste.blogspot.com.br/2016/06/teste.html&media=undefined&description=teste&title=teste " target="_blank" >
    				< i class="fa fa-pinterest" >< /i >
    			< /a >
    		< /li >
    	< /ul >
    < /div >
    #19882
    my add
    Keymaster

    What exactly are you trying to change? You stated you changed them in the post.

    #19883
    Templatesyard
    Participant

    I want to change, for example, the background color when mouse hover.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.