I’m trying to change the look of the text in the content slider. I’ve added the following CSS to the General Styling but it’s not working. This has to be something silly that I’m missing.
h3 .slide-entry-title .entry-title {
color: #fff;
font-size: 36px !important;
font-weight: bold;
padding-bottom: 10px;
}
h3 .slide-entry-excerpt .entry-content {
color: #da151f;
font-size: 28px !important;
font-style: italic;
}
Hey smulligan,
Please provide a link to the site page in question, so we can inspect the page.
Best regards,
Jordan Shannon
Sure Jordan…. http://207.58.131.234/~easymovers/ It’s in the main image on the right.
Hi smulligan,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all .all_colors h3.slide-entry-title.entry-title {
color: #fff;
font-size: 36px;
font-weight: bold;
padding-bottom: 10px;
}
#top #wrap_all .all_colors .slide-entry-excerpt.entry-content {
color: #da151f;
font-size: 28px !important;
font-style: italic;
}
If you need further assistance please let us know.
Best regards,
Victoria