Tagged: x
-
AuthorPosts
-
April 10, 2016 at 7:19 pm #875697
i’m trying to using this css
.x-entry-share {
display: none;
}to remove the social default x sharing on all the blogs and it works in chrome inspector but will not work when i add it to the customizer.
April 10, 2016 at 7:29 pm #875709Hi there,
Thanks for writing in! Is there any other CSS in the customizer, if so try putting your code at the very top. If it works, then you may have a syntax error in your CSS below that is preventing other CSS below it from working. Try looking for a missing “}” closing bracket.
If it still doesn’t work, please provide us with login credentials so we can take a closer look. To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
April 10, 2016 at 7:33 pm #875712This reply has been marked as private.April 11, 2016 at 3:45 am #876116Hello There,
Regretfully the given credentials is not working for us. Please double check. The code should work 100% without any error. There must be something invalid with your other custom css code that is why the code did not work out. And this element is not a built in feature in X. You must have added this in your child theme’s functions.php file. You may have add this by using a line:
add_action('the_content', 'some_function_name');
I could only confirm this when I could login to your site. Please let me know how it goes.
Thank you.
-
AuthorPosts