• Hi all,

    My first post on the site!

    I know that many before me have asked the grey box question, but I cannot seem to find a solution that works for me.

    Please see my website here

    As you can see the home page is a static page and the only page with the grey box – around the text.

    I found the border in Chrome (inspect element), but am unable to locate the border / background in php. It is .panel-widget-style, which I can see in Custom CSS but unable to edit!

    Any help would be much appreciated as this has been driving me mad on and off for a number of weeks now

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Can you please confirm your web site address? I get an error when I try to access the site.
    https://www.happyhirecompany.co.uk/

    Thread Starter hg9aj

    (@hg9aj)

    Thank you CrouchingBruin – the link you have shown is correct. Perhaps it was because I was editing? Please try again

    Thread Starter hg9aj

    (@hg9aj)

    I believe that my issue is theme related as the grey box does not appear anywhere other than the front page!

    OK, I was finally able to access your site. Are you using Page Builder? It looks like the <div> where the text is enclosed has an inline style with a border property, which is why you don’t see it in any CSS file.

    Thread Starter hg9aj

    (@hg9aj)

    Thanks again. Yes, I am using page builder. So is there a way to view and overwrite/edit this?

    I’ve never worked with Page Builder, so I can’t tell you how to edit it, but the <div> in question has a class of panel-widget-style, if that helps.

    If you can’t find the right <div> to edit, then you can add some CSS to override the inline style. I see you’ve created a child theme (good for you!), so add this rule to the end of your child theme’s style.css file:

    #panel-6-0-0-2 .panel-widget-style {
       border: none !important;
    }

    Thread Starter hg9aj

    (@hg9aj)

    Ok great, thanks again. I’ll have another look around for the <div> but if not I’ll try the CSS you suggest and see if that does the trick ??

    Thread Starter hg9aj

    (@hg9aj)

    I was unable to find the <div> but i placed the suggested CSS into my child theme’s style.css which did the trick.

    Once again, thank you CrouchingBruin ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Theme: Panoramic] Unable to remove grey box on static page’ is closed to new replies.