aprosen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Blog title page helpThat’s it, we have a winner – thank you Andrew so much for your help! And Tarau, thank you for your efforts in continuing to offer help & ideas. Best, Ann
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Blog title page helpThank you both for your replies. Andrew, this is not intentional. I removed the /* & tried .entry-title {
text-transform: unset;
}Neither that nor Taru’s latest string worked. I’m sure this is on my end as I really don’t know what I’m doing since I don’t understand code. Is there another place I should try to insert this CSS into rather than the customize area?
Thanks again!
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Blog title page helpI clicked on transform text & that changed it to upper/lower but now it’s not making the change.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Blog title page helpThat didn’t work either. Thank you for your continued suggestions. One weird thing though, as I was inspecting the elements, the title changed to upper/lower but then reversed itself when I closed out that particular page. Unfortunately I can’t figure where within the elements that this occurred.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Blog title page helpThank you! I’ll play around with this more tomorrow and will let you know if I’m successful. Many thanks again!
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Blog title page helpWhat browser are you using? I’ve used both Edge & Chrome.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Blog title page helpTarau, thanks so much for your reply. Unfortunately that didn’t work either. I typed under customize additional css
.page-title {
color: #003366;
text-transform: unset !important;
}Ann
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Blog title page helpThanks for the quick reply but unfortunately that did not work. Were you able to see it as all caps someplace on the backend? I should also note that the theme as well as plugins are up to date. Below is the css code I have for customizing additional css.
/*
.twentyseventeen-front-page .panel-content .wrap,
.site-footer .wrap {
padding: 0;}
.site-footer .widget-area {
padding-bottom: 0;
}.site-footer {
margin-top: 0;
}
.page-title {
text-transform:capitalize;
}