Okay
  Public Ticket #1429115
blog title hover
Closed

Comments

  • IxDera started the conversation

    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

  •  9,016
    Tahir replied

    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) :

    .post-header h3 {
        color: #ffffff !important;
    }

    Thanks


    ThemeNectar Support Team 

  • IxDera replied

    I can change the color of titileļ¼Œbut

    how to change hover effect ?

  •  9,016
    Tahir replied

    Add 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 replied

    It works!

    thanks a lot ~~