Okay
  Public Ticket #1405999
Change font size and line-height of Projects Meta from bottom on hover
Closed

Comments

  • marieluise_schulz started the conversation
    Hey again,

    I want to change the font-size and the line-height of the Projects Meta from bottom in the Portfolio Grid.

    I tried with this:

    .portfolio-items .col.span_3 .work-item .work-info a {    
    font-family: Nunito !important;   
    font-size: 120% !important;    
    line-height: 0.9em !important;
    }

    and with this:

    .portfolio-items .col[data-default-color="true"] .bottom-meta {    
    background-color: #26547c !important;
    font-size: 120% !important;
    line-height: 0.9em !important;
    }

    but this doesn't work....

  •  9,016
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • marieluise_schulz replied

    I currently changed the h3 settings at Salient Options.

    That works, but I think to change the css-settings only for this element would be more elegant.

  •   marieluise_schulz replied privately
  •  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) :

    .portfolio-items .col h3 {
        font-family: Nunito !important;
        font-size: 16px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • marieluise_schulz replied

    Thanks again for the excellent support!