Home Forums ArileWP Pro Hide white box on subpages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3428

    Hi,

    how can I hide/deactivate the white box on subpages so that the content is directly on the light blue background? For example for an subpage visit tanedo.kwiatkowski.nrw/warum-tanedo

    Thanks for helping.

    #3430
    themearile
    Keymaster

    Hi Maximilian

    Please see the given screenshot https://prnt.sc/rrieny And tell us, do you want the page like this way.

    Thanks

    #3432

    Yes I’ll like the page this way and then I’ll change the background color to white color.

    #3434
    themearile
    Keymaster

    Yes sure, Please add the below CSS code in the “Additional CSS” box. Go to the Appearance => Customize => Additional CSS.

    body.page-template-default .theme-blog.theme-bg-grey {
        background-color: #fff !important;
    }
    body.page-template-default .theme-blog .post {
    	border: 1px solid transparent;
    }
    body.page-template-default .theme-blog .post:hover {
    	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
    }

    Let us know if it works.


    Thanks

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