Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #692484

    Hi

    I am trying to figure out how to have the side bar and title to not repaint the entire screen when selecting a menu item from the side bar. I want the target page of the selected menu option to only display in the interior of the page.

    This site, http://sulali.com/, which is one of your featured Enfold sites seems to accomplish this although it does not have a top title header area.

    Thanks,

    Nathan

    #693694

    Hey norcalnathan,

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

    .html_header_sidebar #top #header_main {
        background: white;
    }
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.