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

    Hello,
    I’m using the grid row element with custom width (using the css you provided).
    The problem I’m facing is that now I have two white areas on the sides of the row that comes from the #main css.
    I tried to change the #main background only in this page with this code:

    #main.page-id-3513 {
    	background-color: #1A171B !important;
    }

    but it doesn’t work …

    Thank you

    • This topic was modified 3 years, 4 months ago by mu_ri.
    #1310803

    Hey mu_ri,

    Thank you for the inquiry.

    We may need to adjust the selector in the css a bit to change the color of the #main container. Please try to replace the css code above with the following.

    .page-id-3513 #main {
    	background-color: #FFFFFF !important;
    }

    Best regards,
    Ismael

    #1310848

    Works just fine, thank you!

    #1311014

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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