Social Sharing Icons in Top Bar not working properly

  • bcfitness01

    #20425

    Where do I put that code in at? I went to Appearance -> Editor, but dont see a top bar php? Would it be under Header? If so where?

    bcfitness01

    #20426

    I found this…

    #top-bar {

    background: url(images/sprite_h.png) left -196px repeat-x #313130;

    border-bottom:1px solid #222;

    height: 54px;

    position: relative;

    z-index: 10;

    }

    Changed it to this, but it did not fix the problem…

    #top-bar {

    background: none repeat scroll 0 0 #000;

    padding-top: 30px;

    border-bottom:1px solid #222;

    height: 54px;

    position: relative;

    z-index: 10;

    }

    Anonymous

    #20427

    Have you set up a child theme yet?

    https://forum.graphene-theme.com/graphene-support/how-to-modify-the-theme-using-a-child-theme

    http://codex.wordpress.org/Child_Themes

    You would want to place this adjustment in your child theme style.css file.

    bcfitness01

    #20428

    Got it working, thanks!!

    Anonymous

    #20429

    My pleasure. Please mark your threads as resolved 🙂

Viewing 5 posts - 11 through 15 (of 15 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.