Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #875697

    ldollard
    Participant

    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.

    #875709

    John Ezra
    Member

    Hi 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 credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #875712

    ldollard
    Participant
    This reply has been marked as private.
    #876116

    Rue Nel
    Moderator

    Hello 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.