-
AuthorPosts
-
May 7, 2014 at 12:40 pm #41623
Hello. I’m using the Integrity Light child theme and I have a dark background image on my portfolio pages (portfolio layout template). I would like the portfolio page title (only) to be white. I’ve tried various styles, custom CSS for the portfolio page, etc. and everything I do seems to be ignored. I tried checking “Disable Page Title” option but that’s ignored as well.
Thoughts?
TIA!
May 8, 2014 at 12:38 am #42029Hey Rich,
The CSS selector for the portfolio page title is
h1.entry-title.entry-title-portfolio { color: white; }
Hope that helps. 🙂
May 8, 2014 at 2:17 pm #42236Thanks very much, but I tried adding that to both the Customizer and my child theme style.css file and still no change.
TIA for any other ideas!
May 9, 2014 at 7:46 am #42552Hi Rich,
try:
h1.entry-title.entry-title-portfolio { color: #FFFFFF !important; }
if that is also not working please provide your site’s address so we can take a look what’s going wrong.
May 11, 2014 at 1:48 pm #43215Thanks for that, but unfortunately no change. 🙁
May 11, 2014 at 1:59 pm #43219This reply has been marked as private.May 12, 2014 at 4:44 am #43442Hey Rich,
The code for that is
.h-landmark span { color: white; }
I went ahead and added the code in the Customizer’s CSS for you.
Hope that helps. 🙂
May 12, 2014 at 10:14 am #43502That’s terrific, thanks so much!
However now the titles of the portfolio items themselves have gone missing (actually are appearing in white). Perhaps I can’t have it both ways?
Thoughts?
Thanks again!
May 12, 2014 at 11:28 am #43520FWIW, if I can’t have it both ways I’d like to be able to disable the Portfolio page title. I checked the box, but it still shows.
Thanks again!
May 13, 2014 at 3:25 am #43821Hi Rich,
I checked the portfolio items titles and they are grey. Maybe you already figured it out? If not, then try adding this custom CSS:
.entry-title-portfolio { color:#272727; }
Let us know if that worked.
Thanks!
May 14, 2014 at 7:36 am #44279That did the trick!
Thanks so much and keep up the great work.
May 14, 2014 at 11:07 pm #44568You’re welcome Rich.
-
AuthorPosts