Butterbelly Theme - Blog Posts

Discussion in 'ColorWay WordPress Theme' started by baersing, Jan 16, 2014.

  1. baersing

    baersing New Member

    Joined:
    Jan 11, 2014
    Messages:
    4
    Likes Received:
    0
    Hi all, I have three questions that I haven't seen answered here yet in a thread.

    First, why are my blog posts getting cut-off? I am referring to the headers on each post. Any ideas how to fix it?

    Second, how do I get rid of the "Home Page Blog Description Text"? That is automatically input into
    homepage even though I haven't written anything?

    Third, How can I make more than 3 home page feature areas, is there any way?

    Any help would be greatly appreciated.

    Best,
    Ben.
     
  2. Nitesh

    Nitesh Support Staff

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

    1) Please provide your website link. So that i can check and provide you exact solution.

    2) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .feature_blog_content h2, .feature_blog_content .short_desc {
    display: none;
    }
    3) It require lot of customization in the front-page.php and style.css

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. baersing

    baersing New Member

    Joined:
    Jan 11, 2014
    Messages:
    4
    Likes Received:
    0
  4. Nitesh

    Nitesh Support Staff

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

    Checked your site but not found any problem in blog post heading at the front page.
    Post showing complete heading. Please do let me know whether you are getting this issue in any particular browser or in all.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. baersing

    baersing New Member

    Joined:
    Jan 11, 2014
    Messages:
    4
    Likes Received:
    0
    I appreciate your help Nitesh. You are right, I just checked it with Internet Explorer, and it works fine. It is Firefox that is giving me the issue. I am attaching a screenshot of what I see in the Firefox browser.
     

    Attached Files:

  6. Nitesh

    Nitesh Support Staff

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

Share This Page