Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #864926

    jeffsla8
    Participant

    Hi,

    My website is not live yet but I am using the current wordpress and cornerstone versions. I am using the Ethos design with x theme.

    I currently have a site background which I like, but I am trying to get the white box that holds the content (it is outlined by a red box) to be opaque.

    What is the best way to do this?

    thanks!
    Jeff

    #865387

    Rupok
    Member

    Hi Jeff,

    Thanks for writing in! You can try adding the below CSS under Custom > CSS in the Customizer.

    .entry-content {
      background: transparent;
    }

    or

    .entry-wrap {
      background: transparent;
    }

    If none of these code work then we need the URL to check.

    Cheers!

    #867832

    jeffsla8
    Participant

    Hi,
    Thank you for the response. neither of the above codes had any effect.

    The URL for the site is
    http://manitobavoa.com/

    Thank
    Jeff

    #868686

    Paul R
    Moderator

    Hi Jeff,

    Please try this code instead.

    
    .x-boxed-layout-active .site,
    .x-main.full {
        background: rgba(255,255,255,0.5);
    }
    

    You may change 0.5 to adjust the opacity of the white background.

    Hope that helps.

    #869210

    jeffsla8
    Participant

    Thank you very much, the above code worked perfectly!!!

    #869562

    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!