• Resolved kidhartha

    (@kidhartha)


    What I am trying to do, is delete the white box on the homepage shown here (it says “home” in it): https://www.kidhartha.com

    I have both the Beaver Builder and SiteOrigin Pagebuilder installed. However, in neither of these plugins can I simply delete the white text box, instead I can only work within it, or place content over it. Why am I not able to dictate the settings of this box? I wish to do so on every page as well. Please help.

Viewing 8 replies - 1 through 8 (of 8 total)
  • It’s in your theme. Try this CSS:

    /* remove white background */
    .hentry {
        background-color: transparent;
        border: none;
    }
    

    To add custom CSS:
    – If you have a child theme you can add the CSS to the style.css file.
    – If you are using WordPress 4.7+ you can use the “Additional CSS” option in the Customizer.
    – If your theme has a custom CSS option you can use that to add the CSS.
    – If you have Jetpack installed you can enable its Custom CSS module.
    – Otherwise you can install a plugin like https://www.ads-software.com/plugins/simple-css/.

    If you have additional questions I’d recommend asking at https://www.ads-software.com/support/theme/amadeus so the theme’s developers and support community can help you with this.

    Well, the white box you are referring to is the content area. Any builder (be it SiteOrigin, Beaver, Visual Composer, Elementor, Divi, Pootle, Rocket Builder or some other) will work only on content-area.
    Now different themes have different layouts ofr content-area.
    Some have a full-width content-area. Some have a right-sidebar-left-content area layout. Some have a left-sidebar–right-

    The theme you are using has only one layout for content-area. Everything you build will have to be build on that area only.
    One thing you could do tommake the page look full-ish is to use widgets in your sidebar..this is missing from your website.

    Thread Starter kidhartha

    (@kidhartha)

    Thank you very much for your timely reply. The white box was removed successfully, however the word “Home” is still there. Is there a way to remove that text as well?

    I don’t see it. Were you able to hide or remove it?

    Thread Starter kidhartha

    (@kidhartha)

    I did figure it out thank you kindly! However, I now have another similar issue. On the page which I dedicate to be the ‘posts page’ the title of that page still shows. I have enacted the plugin called “hide page titles” but even when I select it for my ‘news’ tab, the page title still shows. Is there a way I can remove the large heading shown here:

    https://kidhartha.com/news/

    the page title still shows

    I don’t see it. Where exactly are you seeing it?

    Thread Starter kidhartha

    (@kidhartha)

    Nevermind, sir! I figured it out! Thank you very much for the support.

    You’re welcome; glad you got it fixed.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Removing White Text Boxes on Pages’ is closed to new replies.