Comments KLbox started the conversationJuly 15, 2014 at 4:02pmHi 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,839Tahir repliedJuly 15, 2014 at 4:45pmHey!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 repliedJuly 16, 2014 at 5:27pmThks,I had to adapt a bit your CSS but now it works fine Sign in to reply ...
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
Hey!
1. Add this into the Custom CSS box located in your Salient Options panel :
2.
3.
Cheers
ThemeNectar Support Team
Thks,
I had to adapt a bit your CSS but now it works fine