I would like to customize the social buttons in the socket below….so that it’s not visible on mobile.
http://dev.lorenasarbu.com
Also, any solution on how to keep my copyright info in place so I am not having to redo each time I upgrade the theme?
Thanks!
Hi Js-interactive!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
#socket .social_bookmarks {
display: none; }}
You can use a child theme. Please see http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
Yigit
Hey!
Yes, it overrides parent themes functions and it is the safest way if you make changes on theme files and would like your theme to be update proof.
Regards,
Yigit
Hi!
Paste the code from the custom.css to the style.css of your Child theme, same with the footer, copy the modified footer.php to your Child theme directory.
Best regards,
Josue
Download the theme here, unzip it and put the folder in your wp-content/themes folder.
Best regards,
Josue
thank you Josue
You are welcome :)
Josue, Yigit … how does this impact Theme updates? Is it pretty much the same process when it comes to updating the theme?
Hey!
You can go ahead and update the parent theme if you have succesfully created a child theme. http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit