This topic has 2 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
I have added the Instagram Feed by 8 Theme to my footer but the Title is not consistent with the others. It is blacked out, different font and no underline. I’d like to have this consistent across the page.
Also, in the Footer, I would like to remove the by admin line under the recent blog post block. Please advise how I can do this.
Many thanks!
Hello,
1. Please add this code in Theme Options > Custom css:
footer .null-instagram-feed .widgettitle {
color: white;
border-bottom: 1px solid #3F3F3F;
font: 18px/20px 'Roboto', Arial, Helvetica, sans-serif;
padding-bottom: 15px;
}
2.
footer .blog-post-list .media-body {
font-size: 0px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up