Okay
  Public Ticket #247523
Fonts and background
Closed

Comments

  • KLbox started the conversation

    Hi Nectar,

    Your theme is awesome, I keep discovering new features. Can you help me in the few CSS questions below:

    1. How to change color font of Portfolio Headers ("Geisha" in http://cynthiakhouryraphael.com/portfolio/geisha-b...)

    2. How to change background, font and font color of Thumbnail (ex: white box under thumbnail "Beirut Loves Jaipur" in  http://cynthiakhouryraphael.com/movies-2/)

    3. How to change page header font color (ex: "Movie"in http://cynthiakhouryraphael.com/movies-2/)

    Thks

  •  8,445
    Tahir replied

    Hey!

    1. Add this into the Custom CSS box located in your Salient Options panel :

    .postid-356 .row .col.section-title h1 {
        color: #fff !important;
    }
    

    2.

    .page-template-template-portfolio-php .portfolio-items .col.span_3, .page-template-template-portfolio-php .portfolio-items .col.span_4 {
        background: transparent !important;
    }
    
    
    .portfolio-items .work-meta {
        font-size: 11px !important;
        color: #999 !important;
        font-family: 'OpenSans'
    }
    
    
    

    3. 

    .page-id-66 .row .col.section-title h1 {
        color: #fff !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • KLbox replied

    Thks,

    I had to adapt a bit your CSS but now it works fine