Business listing

Discussion in 'GeoCraft WordPress Theme' started by rdeshazer, Apr 30, 2015.

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    is it possible for each business listing to have a individual box with the black background instead of one big box table. separating the table and each listing be in its own table.

    www.squirrlit.com
     

    Attached Files:

  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Ok, I certainly understand your concern. Kindly try to apply below CSS and check whether this pattern you actually needed:

    Code:
    .content_wrapper .featured_content .featured_post .featured {
      background: black;
      border-bottom: none;
    }
     
    .content_wrapper .featured_content .featured_post {
      background: black;
    }
    Hope it will solve your issue.

    Let me know your opinion
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    thank you
     
Thread Status:
Not open for further replies.

Share This Page