• How do I do away with the page title area in the multiple business theme? I use a plug in to hide the page titles but it leaves a giant grey box there and looks horrible.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author keonthemes

    (@keonthemes)

    Hello,

    You can achieve that from additional CSS. Please copy the below CSS and follow a simple step;

    body .wrap-inner-banner {
    visibility: hidden;
    height: 25px;
    }

    Step: Go to Dashboard > Appearance > Customize > Additional CSS and paste the CSS code. Then click on the publish button.

    Note: We need to define the heigh in this case, so the navigation doesn’t touch the page content area. Per as your requirement, it is going to remove the whole banner.

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple Business theme problem’ is closed to new replies.