Hi, how can i change the text colour in portfolio? and why it is different to other pages? my text colour in portfolio is brighter than on all other pages!?
Text Colour Portfolio
3 posts from 2 voices-
Posted 1 year ago #
-
is that the right code for quick css:
.post-entry-portfolio-first{
color:#777;
}Posted 1 year ago # -
Hey ak-muc,
If you mean on the portfolio overview pages,try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.template-portfolio-overview .entry-content p{ color: #777; }For the individual portfolio pages use:
#top.single-portfolio .entry-content p{ color: #777; }Regards,
Devin
Posted 1 year ago #
Reply
You must log in to post.














