Reply To: Styling problem on home page

Homepage Community Forums Epik Theme Support Styling problem on home page Reply To: Styling problem on home page

#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