Custom CSS styles

  • Anonymous

    #6905

    I added the following code to my Custom CSS styles. Nothing happened. Solution.

    My website is share-memories.com

    Thank you. Raynald

    #header-menu-wrap {
    margin-top: -241px !important;
    z-index: 15;
    position: fixed !important;
    }

    #container {
    margin-top: 35px;
    }

    #header {
    display: none;
    }

    Anonymous

    #36045

    Try this,

    #header-menu-wrap {
    position: fixed !important;
    z-index: 15;
    margin-top: -35px;
    width: 95% !important;
    }
    #container {
    margin-top: 35px;
    }
    #header {
    display: none;
    }

    Put code in between backtick (

    Code:
    `

    ) characters here. It’s usually located above the Tab key on your keyboard.

    Mod

    Kenneth John Odle

    #36046

    Did you click “Save”? I don’t see those codes in your source code anywhere.

    Anonymous

    #36047

    Bonus,

    Add this to Custom CSS to remove (No title) from homepage.

    #post-27 .entry-title {
    display: none;
    }

    Anonymous

    #36048

    Still not working.

    Content of my CCS.

    header-menu-wrap {
    position: fixed !important;
    z-index: 15;
    margin-top: -35px;
    width: 95% !important;
    }
    #container {
    margin-top: 35px;
    }
    #header {
    display: none;
    }
    #post-27 .entry-title {
    display: none;
    }

    Anonymous

    #36049

    I still don’t see those codes anywhere in your site.

    Anonymous

    #36050

    Have you checked I’ve moved generated CSS in Advanced section of Graphene Options? If you’ve checked that, the theme will not include Custom CSS to page source.

    Anonymous

    #36051

    Success using last instruction ” If you’ve checked that, the theme will not include Custom CSS to page source.” It was checked.

    How do I center the menu bar.

    I love quick responses. Greatly appreciated.

    Raynald

    Anonymous

    #36052
    Quote:
    How do I center the menu bar.

    See this post – http://www.prasannasp.net/centering-menus-in-graphene-theme/

    Anonymous

    #36053

    How to I remove title from every pages not just the home page?

Viewing 10 posts - 1 through 10 (of 13 total)

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