Blog Formatting

On blog page I want all content to show rather then he excerpt.

Right now I have all the content in the excerpt, this is the only way to get all content to display on the blog page.

How do I place all post text on the blog page?

https://k11.057.myftpupload.com/blog/

Comments

  • Hello,

    You can place your text in the WP editor, then it will work like an excerpt.

    Thanks to that this text will be displayed on the post page as well.

    If it is not what you wanted to, please, explain to me greater what you want to achieve.


    Thanks

  • Hello,

    This did work however I can't format the text when I left justify in WP Editor it displays as centered when viewed?

    Also how do I remove the white hover box over the recent posts? Please see attached screen shots.

    Thanks


  • If you would like to left-align the text on the main blog page and change the white box color, you will have to create CSS code and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS. Do you need help with that?


    Best regards

  • I do, could you possibly provide me with that coding?

  • Please, use the following CSS code:

    .blog_wrapper .post-desc .post-excerpt{
       text-align: left!important;
    }
    .sidebar .widget_recent_entries ul li{
       background-color: #666!important;
    }
    

    Thanks

Sign In or Register to comment.