Blog Page Content Bar

Discussion in 'Infoway WordPress Theme' started by azgirl, Apr 28, 2013.

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

    azgirl New Member

    Joined:
    Apr 26, 2013
    Messages:
    9
    Likes Received:
    0
    How do I remove image for content bar on blog page and make a color of choice. thanks for all your help.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    To remove post image.
    Code:
    .content-bar .post .box .postimgbox img.postimg {
    display: none;}
    And for color i am not getting about which area you are talking.
    Please clear it little more.
     
  3. azgirl

    azgirl New Member

    Joined:
    Apr 26, 2013
    Messages:
    9
    Likes Received:
    0
    Hi Nitesh, I am attaching a photo for area, I'm talking about, I think there is an image inside the bar now and I would like it to be a color instead. thanks azgirl
     

    Attached Files:

    • bar.jpg
      bar.jpg
      File size:
      13 KB
      Views:
      5
    • bar.jpg
      bar.jpg
      File size:
      29.8 KB
      Views:
      4
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .page-heading {
    background: none;
    }
    .heading_container {
    background-color: red;
    }
    
    Inplace of 'red' put your color or color code.
    This will solve your issue.
     
  5. azgirl

    azgirl New Member

    Joined:
    Apr 26, 2013
    Messages:
    9
    Likes Received:
    0
    Reply
    thank you so much Piyush, you give great answers!
     
Thread Status:
Not open for further replies.

Share This Page