On the cast page (team) I need to change the color of the real name displayed.( right bellow the picture) Since I changed the background to back their names don’t show up anymore. I still want the hoover color red like it is.
Please show me where I can make this modification. Thank you!
Lucy
DWPAGE Modern
To change the text color for the Team section, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.
#team h3.section-content-title a { color: #FF0000; }
.about .team .personal:hover h3 a, .about .team .personal:hover h3 { color: ...; }
#team .section-content .thumbnail .meta { color: ...; }
#team .thumbnail .caption { color: ...; }
Hope this helps !
Thank you Dominic,
I followed your instruction and enter this code to the Editor Css.
#team h3.section-content-title a {
color: #FFF;
}
.about .team .personal:hover h3 a, .about .team .personal:hover h3 {
color: e21b24;
}
#team .section-content .thumbnail .meta {
color: #FFF;
}
#team .thumbnail .caption { Right now, you can add the following code to the Editor CSS: Regards, I did that, downloaded firebug so I know what everything is. If you have any issue, please let me know.
color: #FFF;
}
————————————————————————————————————————————————
I took a picture of what that section says in the Style Sheet and it looks like something is missing.
.section-content .section-content-title, .section-content .section-content-title a {
color: #FFF;
}
Please login or Register to submit your answer