This topic has 9 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #178627
     matthewseymour
    Participant

    Hi,

     

    I’m getting some social text at the bottom of every page:

    https://www.beezkneezhive.com/

    It is just above the footer text, but I can’t find it within the socket text or within the page contenf for each page. The HTML suggest that it is coming from the theme as it is called “Kleo Social buttons”.

    I can’t work out how to remove this. I wondered if you could tell me how to remove it?

    Thanks,

    Matthew

    #178686
     Laura
    Moderator

    Hello, please try by adding this to style.css of child theme

    ul.kleo-social-icons:nth-child(3n) {
    display: none !important;
    }

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #178720
     matthewseymour
    Participant

    I’ve tried that, but it doesn’t work. The social text is still there.

    Can we try anything else?

    Also, can you tell me how to change the colour of the social icons in the top left of the window so that they stand out more against the grey?

    Thanks,

    Matthew

    #178782
     Laura
    Moderator

    Hello, can you try by adding it to quick css of the theme options? It might be cache issue
    for the social icon colors:

    ul.kleo-social-icons i:before {
    color: #b878b4 !important;
    }

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #178824
     matthewseymour
    Participant

    Hi,

    I’ve done that now, but they are still there. I don’t have a caching plugin running on the site so that should not be creating an issue?

    Thanks,

    #178956
     Laura
    Moderator

    Hello, can you share access so i can check it?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #179049
     matthewseymour
    Participant

    Hi Laura,

    Here is the wp admin details:

    https://www.beezkneezhive.com/wp-admin/

    Username: admintemp
    password: 123temp456

    #179212
     Laura
    Moderator

    Hello, added the code

    COPY CODE
    
    ul.kleo-social-icons:nth-child(3n) {
    display: none !important;
    }
    

    To quick css and worked 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #179247
     matthewseymour
    Participant

    Great. Thanks for your help.

    Matthew

    #179326
     Laura
    Moderator

    Happy to help 🙂
    If you didn’t already, please rate us 5 stars at themeforest, that helps a lot 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 10 posts - 1 through 10 (of 10 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?