Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #874395

    Peter Fae
    Participant

    Hey. Ethos seems to make the container of the post entry transparent; which leaves letters floating on a transparency over a background. How can this be changed?

    In this example; i’d like the width of the text/post container to be white; rather than transparent; yet still have a background)

    Here’s the page i’m looking at:

    http://intothemythica.com/world-of-the-mythica-2/

    #874894

    Christopher
    Moderator

    Hi there,

    Please edit this page and change sections background color, see the attachment.

    Thanks.

    #875430

    Peter Fae
    Participant

    Is there a way to do that from Cornerstone and within the X framework (Customizer/Cornerstone)?

    Also, how to do it globally?

    #875960

    Lely
    Moderator

    Hi Peter,

    Yes, we can set background color for Sections using Cornerstone. See this video screencast:http://screencast-o-matic.com/watch/cDfX111AF0

    To do it globally, we can add this CSS:

    .x-main{
       background-color:red; /*Change this to your preferred color*/
    }

    Hope this helps.