Full page template - text

Discussion in 'BlackBird WordPress Theme' started by faraway, Nov 28, 2012.

Thread Status:
Not open for further replies.
  1. faraway

    faraway Member

    Joined:
    Nov 23, 2012
    Messages:
    56
    Likes Received:
    2
    How do I change the fullwidth page template so the text appears in a text box that is transparent (ie not with a white background)?

    I might not have explained myself clearly.

    My problem is that, when I change to the fullwidth page template (from the default template), any text that I had entered for the page (which previously displayed transparently over the background image) changes so that it appears that the text is in a solid white text box. I'd like the background image to show through the text section. Can you tell me how to achieve this?
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .fullwidth {
    background: none;
    }
     
  3. faraway

    faraway Member

    Joined:
    Nov 23, 2012
    Messages:
    56
    Likes Received:
    2
    Thanks so much. That worked perfectly.
     
Thread Status:
Not open for further replies.

Share This Page