Graphene2User

Participant

Forum Replies Created

  • In reply to: Menu dropdowns horizontal and persistant

    #49998

    Trying to create this effect

    <img src="http://https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e614b0b7-580b-448e-9e5d-d5229ffa8a07/sensory.gif" alt="2 line sub menu" />

    https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e614b0b7-580b-448e-9e5d-d5229ffa8a07/sensory.gif

    In reply to: Menu dropdowns horizontal and persistant

    #49983

    I added this to custom css
    https://pastebin.com/dUhMyxzM
    Unfortunately it does the right thing for a menu in a widget and a menu in the footer
    I wish it didnt!
    but it doesnt do anything with the primary and secondary menus
    What do I need to change to make it affect the relevant menus?

    #access {
            padding: 10px 0 0 0;
            margin-bottom: 40px;
            border-bottom: 1px solid #999 !important;
    }
     
    .menu {
      float: left;
      width: 960px;
      margin: 0;
      padding: 0;
      list-style: none;
      background: #dc0000;
    }
     
    .menu li {
      display: inline;
    }
     
    .menu li a {
      float: left;
      color: #fff;
      text-decoration: none;
      margin: 0;
      padding: 0 30px;
      background: #dc0000;
    }
     
    /* APPLIES THE ACTIVE STATE */
    .menu .current a, .menu li:hover > a  {
      color: #fff;
      text-decoration: none;
      background: #bb0000;
    }
     
    /* THE SUBMENU LIST HIDDEN BY DEFAULT */
    .menu  ul {
      display: none;
    }
     
    /* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
    .menu li:hover > ul {
      position: absolute;
      display: block;
      width: 960px;
      height: 25px;
      margin: 23px 0 0 0;
      background: #315299;
    }
     
    .menu li:hover > ul li a {
      float: left;
      color: #fff;
      text-decoration: none;
      margin: 0;
      padding: 0 30px 0 0;
      background: #315299;
    }
     
    .menu li:hover > ul li a:hover {
      color: #120000;
      text-decoration: none;
    }

    In reply to: Category name (hide)

    #49961

    Why not rename uncategorized to something useful?
    My other posts

    In reply to: Beautiful Home Page with Slider and Panels

    #49897

    You need to customise the graphene options
    Do you know how to into dashboard to find that?

    Do these links help
    https://demo.graphene-theme.com/blog/2012/04/24/content-elements/

    In reply to: Beautiful Home Page with Slider and Panels

    #49887

    Have you downloaded and paid for graphene plus

    Doesnt it automatically move the sidebars to below the main content?
    you’d like them to disappear altogether?

    In reply to: Graphene 2 how to set up a blog like the demo theme?

    #49575

    Thanks Syahir
    That means that the 2×3 arrangement isnt part of the standard graphene 2 theme?

Viewing 7 posts - 11 through 17 (of 17 total)

  • 1
  • 2