This topic has 3 replies, 2 voices, and was last updated 10 years by sharmstr.

  • Author
  • #33870
     Norman
    Participant

    Hi I am using the sharing system from ADDTHIS. It includes a sidebar feature. The problem: the Kleo theme CSS is somewhere setting the opacity of the sidebar to zero.

    More precisely= the .animated class is set to opacity: 0

    Addthis is using the .animated selector as well

    Can you please provide a code that I can add to the .css stylesheet in my kleo child theme to switch the opacity on ?
    Would be great, because I can’t find it in the main files.

    #33874
     sharmstr
    Moderator

    Wouldn’t it be

    COPY CODE
    
    
    .animated {
    opacity: 1;
    }
    

    or perhaps

    COPY CODE
    
    
    .kelo-transform .animated {
    opacity: 1;
    }
    

    If not, give me a link and I’ll take a look.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #33879
     Norman
    Participant

    this one works !!

    I add this in the kleo- child theme css

    .kleo-transform .animated {
    opacity: 1;
    }

    thanks !

    #33881
     sharmstr
    Moderator

    Becareful with that. Its used in a lot of places. You should look for a way to isolate it to only the sidebar. Like maybe

    COPY CODE
    
    .sidebar .kleo-transform .animated {
    opacity: 1;
    }
    
    

    or maybe even isolate it to the addthis div/section.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Addthis side bar is not visible .CSS Problem’ is closed to new replies.

Log in with your credentials

Forgot your details?