This topic has 5 replies, 2 voices, and was last updated 3 years, 10 months ago ago by Olga Barlow
Hi, I would like to change the footer block back to adding the social media logos inbetween the R graphic and the © Created with by 8Theme. Ideally I would like the Pinterest followed by Facebook, Instagram and Twitter.
Is there a way I change these social media footer logo colours, as well as the footer frame color? Currently it is at #333333.
Also is there a way where I can change the logo foot to that of 9% more on the right?
I tried the following code to add on the css but it doesn’t seem to work on Customization
Hello,
1) Use the following code to add the socials to your footer
<ul class="menu-social-icons ">
<li>
<a href="#" class="title-toolip tooltipstered" target="_blank">
<i class="ico-twitter"></i>
</a>
</li>
<li>
<a href="#" class="title-toolip tooltipstered" target="_blank">
<i class="ico-facebook"></i>
</a>
</li>
<li>
<a href="#" class="title-toolip tooltipstered" target="_blank">
<i class="ico-pinterest"></i>
</a>
</li>
<li>
<a href="#" class="title-toolip tooltipstered" target="_blank">
<i class="ico-envelope"></i>
</a>
</li>
<li>
<a href="#" class="title-toolip tooltipstered" target="_blank">
<i class="ico-facebook"></i>
</a>
</li>
</ul>
2) I don’t see #333 color in footer. Could you, please, provide screenshot of the elements that you want to change there?
3) You can use the Static Block widget and WPBakery page builder for the static block to place logo at the center with the negative margin to move to the right. Watch video tutorial on how to create footer using static block https://youtu.be/KWAQRXZXsaw
Regards
Hello,
Here is the screenshot for 2): https://paste.pics/c809b54a908cc913a2f574203c741d54.
For 3) I meant it was for the sales logo for the products to move 9% more onto the right. Thanks
For the screenshot the dark grey is on the left and right sides. Also can the width of the footer also increase down?
Happy new years!
Hello,
2) Add the below code to Theme Options > Custom CSS to change the bg color of the social icons
.main-footer-2.text-color-default .menu-social-icons i {
background-color: #cca762 !important;
}
If you want to change the footer bg color go to Theme Options > Footer > Footer 2 Background Color
3) Add the below code to Custom CSS to move the sale label to right
.type-label-2 {
left: 20px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up