Comments IxDera started the conversationJanuary 12, 2018 at 3:21amthanks for the amazing theme, it really helps a lot I try to use custom css on 'page settings' to hover title of blog section, I can exactly hover excerpt or grav-warp using css, but post-header or title section wont' work, any suggestions? I can change the color of blog title by .post-header .title{color:#FFFFFF !important;}but when using .post-header .title:hover{color:#FFFFFF !important;}the hover effect not working 9,016Tahir repliedJanuary 12, 2018 at 6:57amHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .post-header h3 { color: #ffffff !important; } Thanks ThemeNectar Support Team IxDera repliedJanuary 15, 2018 at 7:27amI can change the color of titileļ¼buthow to change hover effect ? 9,016Tahir repliedJanuary 15, 2018 at 12:23pmAdd this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .post-area.featured_img_left .entire-meta-link:hover~.post-header h3 a { color: #3452ff !important; } Thanks ThemeNectar Support Team IxDera repliedJanuary 15, 2018 at 2:04pmIt works! thanks a lot ~~ Sign in to reply ...
thanks for the amazing theme, it really helps a lot
I try to use custom css on 'page settings' to hover title of blog section, I can exactly hover excerpt or grav-warp using css, but post-header or title section wont' work, any suggestions?
I can change the color of blog title by
.post-header .title{color:#FFFFFF !important;}
but when using
.post-header .title:hover{color:#FFFFFF !important;}
the hover effect not working
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
I can change the color of titileļ¼but
how to change hover effect ?
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
It works!
thanks a lot ~~