Few issues with site appearance

Posted in: Newspaper
Post count: 18

Hello!

Strange white gap in video playlist here, how can I get rid of it? (have already uninstalled theme once so not really an option)
https://www.screencast.com/t/EGjndjIaaz

Email address in footer is not appearing unless highlighted, despite footer colour of text being set to black
https://www.screencast.com/t/5ajPqdEgW

How can I fix this?

Accent/border around website, can I get rid of this?
https://www.screencast.com/t/wcZ69Jvs

Facebook plugins comment appearing on homepage, how can I get rid of this?
https://www.screencast.com/t/WJunYTeOPZ

Post count: 20688

Hi,

Regarding that white color, I believe that maybe you set a white general color as theme accent color. Try changing it or reset it to default
https://www.screencast.com/t/aQNQmzJwRVY
The same thing is happening for the email address in the footer. I will inherit the accent color. If it is white on a white background that is the result.
The shadow and borders are particular to the magazine demo. They could be removed with custom code or by editing the demo stylesheet
https://www.screencast.com/t/cxL6YiSO
This is a code that will remove the shadow as well as top and bottom borders, if that is what you want (enter the code in Theme panel->Custom CSS section)
https://www.screencast.com/t/h77c0cSE

@media (min-width: 1180px) {
.td-magazine.td-boxed-layout #td-outer-wrap {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}}
.td-magazine .td-header-style-1 .td-header-top-menu-full {
border-top: none;
}
.td-header-gradient:before {
display: none;
}

Facebook comments are not added there by the theme. If you use a plugin, try to configure it so it does not display on the homepage, if possible. At the moment they are not present on the homepage
https://www.screencast.com/t/udOo3v7yjsVI

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.