diff --git a/view/frontend/web/css/blog-new.css b/view/frontend/web/css/blog-new.css index f9afe468..1cefd9a2 100755 --- a/view/frontend/web/css/blog-new.css +++ b/view/frontend/web/css/blog-new.css @@ -76,7 +76,7 @@ body.blog-page { /* Read More */ /* .post-list .post-read-more {display: none;} */ .post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;} -.post-read-more a.post-read:hover {color: #fff;background: #222222;} +.post-read-more a.post-read:hover {color: #fff;/*background: #222222;*/text-decoration: none;} /*@media (max-width: 1200px) { .blog-index-index .post-list /*.post-read-more *//* {display: none;} } @@ -107,6 +107,13 @@ body.blog-page { /* Blog Post List *****************************************************************************************************/ +/* Blog Post List Modern **********************************************************************************************/ +.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;} +.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;} +.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;} +/* Blog Post List Modern **********************************************************************************************/ + + /* Post View **********************************************************************************************************/ /* Page Title */ /*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/