This topic has 2 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
1. One the Home page when I inspect the page I am getting errors.Please see this screen shot. http://prnt.sc/dn05b7
2. How I an remove the lines separating Social Icons in the top panel. http://prnt.sc/dn060o
3. And when I am visiting this page http://leatheroflondon.co.uk/instock-designs-3/ I am seeing a White Box first and then I am getting my desired elements. Here’s the screenshot during while loading.. http://prnt.sc/dn0abn
4. Some time I am seeing Chinese(i think chinese) in place of icons (search, card and Wishlist) how to solve this ?
Thanks.
Hello,
1) You have replaced child theme style.css by style.css of the parent theme http://prntscr.com/dnyt74
It caused your problem. Please, read what child theme is on the official site https://codex.wordpress.org/Child_Themes
Style.css of child theme should include only the custom styles that you want to change, you should not copy/paste parent theme style.css and make there changes, this is a wrong way!
2) Add the following code in the custom CSS to remove border
.languages-area > div, .top-bar, .header-center .topbar-widget .et-follow-buttons a, .top-links > div, .topbar-widget.etheme_widget_socials .et-follow-buttons a {
border-color: transparent !important;
}
3) You are using third-party plugin to add that filter and it’s related to scripts order of the plugin and plugin styles. Contact with plugin author to solve the problem.
4) It caused by the wrong style.css of your child theme.
Regards
You must be logged in to reply to this topic.Log in/Sign up