Styling problem on home page

Homepage Community Forums Epik Theme Support Styling problem on home page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14889
    adamlinkenauger
    Customer

      I’ve set the theme up on http://gmvblog.wpengine.com/ however the home page is flat, it’s missing a lot of the styling that makes it look good. If you click on a blog post then the styling is normal.

      I’ve tried setting other pages as the home page instead of latest posts and setting various templates, but to no avail. Any page styled correctly loses that style when set as the home page, and the default home page as per the documenation doesn’t have the styling either.

      Any suggestions would be appreciated.

      #14892
      MiguelGuzman
      Customer

        Hello there Adam,

        I think it’s the same problem I specify here:

        https://appfinite.com/topic/blog-post-list-with-box-formatting/#post-14859

        Eric was so kind as to answer me, he told me:

        >>> Look in your css around line 2303 and either remove or comment out this code –

        .home .entry {
        	box-shadow: none;
        	-moz-box-shadow: none;
        	-webkit-box-shadow: none;
        	background: none;
        }
        

        I haven’t fixed this yet in my website because what I want to do is to fix this in a different css (I have a custom.css apart from epik’s style.css because I want to keep my changes separate, in order to make clean updates for new epik releases).

        If you want just to fix style.css please try Eric’s code above. If you too use an alternate CSS, I will publish my fix when it’s done.

        Regards,

        Miguel

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.