Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1003307

    HI, I’m trying to recreate the side Navigation like Enfold Construction Demo like on this page. I can’t seem to figure it out though after looking at the documentation.

    #1003408

    Hey accutherm,

    Please add subpages and choose to display sidebar on your main page. Please make sure that “Page Sidebar navigation” is checked in Enfold theme options > Sidebar Settings

    Best regards,
    Jordan Shannon

    #1003795

    Hi Jordan, I did not but it doesn’t look the same. In the demo the page you are on is highlighted with background rectangle. Same when you rollover one of the elements. I included the page with this element – this element is on every page and links to the departments.

    #1004012

    Hi accutherm,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .content .flex_column #nav_menu-2 .menu-item:hover a {
      background-color: #cccccc45;
    
    } 
    #top .content .flex_column  #nav_menu-2 .menu-item a {
      padding-left: 10px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1004199

    That works. How would I remove the boarder lines from the “DEPARTMENTS” text?

    I tried this but it didnt work.

    h3.widgettitle {
        border-style: none;
    }

    Also how would i have the background gray hover be on when it is on the current page like in the demo?

    #1004282

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - widget menu style */
    
    
     #top  #nav_menu-2 .widgettitle {
      border:none!important;
    }
    
    #top  #nav_menu-2 .current-menu-item {
    	background: #cccccc;
    	}
    
    
    

    Best regards,
    Vinay

    #1006371

    Thanks!

    #1006444

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1007289

    Close

    #1007993

    Hi,

    I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Sidebar Widget Navigation like Enfold Construction Demo’ is closed to new replies.