Hi there,
I want my logo to be the top most element on every page.
I want to permanently remove:
• the 5px border at the very top
• the info button
• all social media buttons
Please help. Thanks!
Sean
Hi there,
I want my logo to be the top most element on every page.
I want to permanently remove:
• the 5px border at the very top
• the info button
• all social media buttons
Please help. Thanks!
Sean
Hi Sean,
Is the issue resolved now? if not, kindly post a link to your site.
Regards,
Ismael
I am having a hard time removing the social media section on the home page. I have tried several things successfully ( like removing the home page title and the search bar) but the social media icons wont go away. I am placing these shortcodes in the quick CSS section of the Propulsion Theme Options -> Styling page
body.home .social_container {
display: none;
}
also trying:
body. home #social_container {display: none;} also, " social_icons, and other names unsuccessfully
any help?
Hi,
@smplot
You can add this on your custom.css
#shop_header, .infotext {
display: none;
}
I believe you manage to get rid off the social icons.
@ryancrosbie
You can do this
.social_container.extralight-border {
display: none;
}
Regards,
Ismael
You must log in to post.