Is there a way to remove the social media icon links and the search function from the top of the page and blog post pages? It doesn't appear on the front page. Thank you!
— Cathe
Is there a way to remove the social media icon links and the search function from the top of the page and blog post pages? It doesn't appear on the front page. Thank you!
— Cathe
Hi!
Hi Cathe,
Try to add this code in your Quick CSS:
.title_meta {
display: none;
}
or this one, if the code above doesn't work:
.title_meta {
display: none !important;
}
Regards,
Ismael
Thanks, Isamel. Should I add this to the custom.css file?
— Cathe
Hi,
Yes, you can add that on your custom.css file or the quick css box.
Regards,
Ismael
Thanks, the 2nd one worked! Now, how do I widen the spacing that the page title occupies? Before, the page title stopped right before the social media icon, but now without the icons there, if there is a long page title it still flows to the second line. Thank you!
Hi Cathe,
Just add this in Quick CSS:
.title_container h1.page-title {
padding-right: 0 !important;
}
Hope this helps. :)
Regards,
Ismael
Awesome! It worked! Thank you!
— Cathe
Hi Cathe,
Glad that we could help. :)
Cheers,
Ismael
This topic has been closed to new replies.