Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #457654

    Hey guys,

    I am wondering, how can make the sidebar look like the one applied in the Enfold demo? See link and image…

    #457675

    Hey justintpea!

    What demo are you referring to? Also, I can’t see any link or image?

    Regards,
    Rikard

    #458188

    Hi,
    It’s Enfold…
    See this URL for what I need please.
    Thanks guys!
    Justin

    http://resoluteprivate.com.au/resource

    #458481

    Hey!

    It is actually a Tab element. You should choose to display tabs on the left side and without border http://i.imgur.com/Y5KwyI1.jpg

    Best regards,
    Yigit

    #458898

    Oh great! Thats good to know but it won’t work for the sidebar function i need.

    The problem i’m having with the sidebar is that the highlight box does not extend to the edge of the page, so it looks unfinished.

    See this link for an example of what I mean. Any help would be seriously amazing!!!

    http://resoluteprivate.com.au/resource

    Thanks you!

    #458941

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .main_color .widget_nav_menu ul:first-child>.current-menu-item, .main_color .widget_nav_menu ul:first-child>.current_page_item {
      background: #ffffff;
      background: -moz-linear-gradient(left, #ffffff 0%, #e8e8e8 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8));
      background: -webkit-linear-gradient(left, #ffffff 0%,#e8e8e8 100%);
      background: -o-linear-gradient(left, #ffffff 0%,#e8e8e8 100%);
      background: -ms-linear-gradient(left, #ffffff 0%,#e8e8e8 100%);
      background: linear-gradient(to right, #ffffff 0%,#e8e8e8 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=1 );
    }

    Regards,
    Yigit

    #459062

    Great, that’s perfect!

    Thank you!

    #459126

    Hey!

    I am closing this support request.
    Please do not hesitate to open a new open, if you need anything else

    Best regards,
    Basilis

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Add Sidebar same as in demo’ is closed to new replies.