-
AuthorPosts
-
March 15, 2016 at 4:10 pm #598440
how can i make the facebook social icon in the footer blue(facebook) and red(youtube) by default? not only on mouse over?
and how can i reduce the high of this color secetion to: 50px? http://imgur.com/ACkrbXw
how can i make the footer fonts bigger and black color? http://imgur.com/5Jl4N21
March 15, 2016 at 4:13 pm #598444And how can i disable (hide) this color section on mobile devices by default? thank you, i love enfold and the great support theme :)
March 15, 2016 at 9:52 pm #598629Can you help me here?
March 16, 2016 at 5:16 pm #599023Hey!
To have the color of the social icons always being displayed:
.av-social-link-facebook a { color: #fff; background-color: #37589b !important; } .av-social-link-youtube a { color: #fff; background-color: #a72b1d !important; }
To change the footer font-size and color. Adjust the font-size as you wish:
.copyright { color: black; font-size: 25px; } .sub_menu_socket .avia-menu-text { color: black; font-size: 20px; }
To hide the color section on mobile:
@media only screen and (max-width: 768px){ #av_section_11 { display: none; }}
Let me know if I skipped over anything or if you need further help.
Cheers!
JordanMarch 16, 2016 at 6:48 pm #599105.av-social-link-facebook a { color: #fff; background-color: #37589b !important; } .av-social-link-youtube a { color: #fff; background-color: #a72b1d !important; }
Thank you how can i get the “f” and yotube logo inside the circle icons WHITE ? not gray. at the moment they only white on mouse over. how can i get this look by default?
March 16, 2016 at 6:50 pm #599108how can i get a blank space between the logos here: 4px for example? http://imgur.com/d6mtBX7
March 16, 2016 at 6:54 pm #599110How can i reduce the high of this color section to 50px and bring the color section down to the footer socket?
March 16, 2016 at 7:33 pm #599140Hey!
Add !important after the line color: #fff so the code should look like this: color: #fff !important;. Add that to the Facebook and Youtube code I gave earlier.
Try the following codes for your other requests:
.social_bookmarks li { margin-left: 4px !important; }
Set the height of the color section in the Advanced Layout editor and remove the padding. If you are still having issues, please provide me with login credentials.
Cheers!
JordanMarch 16, 2016 at 7:57 pm #599152all clear. thank you.
but the color section do not work. padding 0, high 50px in avia layout builder!
can you help me with the code for a custom css class for the color section?
March 16, 2016 at 11:59 pm #599302Hi!
Could you provide login details to the site to have a closer look. Custom CSS doesn’t seem to be changing anything either.
Best regards,
JordanMarch 18, 2016 at 2:24 pm #600297Here Jordan :)
March 21, 2016 at 4:22 pm #601313Hi!
It does seem to be working fine on my end. Have you figured it out already? :)
Cheers!
YigitMarch 22, 2016 at 12:57 pm #601839YES. Thank you Yigit. CLOSED.
-
AuthorPosts
- The topic ‘how can i make the facebook social icon blue by default? not only on mouse over?’ is closed to new replies.