Fullwith Page - break lines and transparency

Discussion in 'BlackBird WordPress Theme' started by lyubo, May 17, 2013.

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

    lyubo Guest

    Joined:
    May 15, 2013
    Messages:
    67
    Likes Received:
    1
    Hello,

    1. how can I insert break lines (it is better invisible) in a full with page (to keep the order in text and pictures)
    2. and how can I make the full with page transparent?
    Now the back ground is white. Here is the link> http://www.limousine-klagenfurt.com/wordpress/ausfluge/

    Thank you!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1. For your first issue

    For arranging the your fullwidth page in systematic way, You can use column shortcode

    Code:
    [col4]
        <img src="enter your image address here"/>
    [/col4][col3_4_last]
        This is content...
    [/col3_4_last]
    Sending image for reference

    [​IMG]


    2.For your second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .fullwidth {
    background-color: rgba(255, 255, 255,0.5)!important;
    }
    This will solve your issue.
     
  3. lyubo

    lyubo Guest

    Joined:
    May 15, 2013
    Messages:
    67
    Likes Received:
    1
    Thank you Gourav! Really best support!
     
Thread Status:
Not open for further replies.

Share This Page