Christian, The code you gave me for the metadata is working when I check it on on a laptop. Thanks! But as many times as I clear the website cache, X style settings, and the browser cache it won’t show up correctly on my desktop. Hmmm…
Other issues:
-
I didn’t delete The Blog title as far as I know, and “disable page title” isn’t checked off for that page. I would rather have the title show up on this page, but I don’t know how to make it appear now…
-
Also, I want to have the featured photo for posts show up in the blog roll list on The Blog page (dachshund joy.com/blog), but not in the individual posts.
-
I can’t seem to increase the spacing between the page and post title letters. I’ve tried everything. But I don’t want to create a custom title every time. Check out this page to see the title. No matter which font I put, the letters are space too close together. I adjusted the spacing in the Theme Options and it works for all the other H1, H2 etc. But it doesn’t work for the page and post titles that are automatically generated by the theme.
-
How can I change the H1, H2 etc and paragraph font sizes for the Classic Text boxes? I started off using the Cornerstone elements for text, but SEO Yoast couldn’t read them and when I ran the site through an SEO test the headlines weren’t showing up. So now I use Classic text boxes…
Thanks again for helping.
Here’s the custom Global CSS in my theme options section:
/*
// Alternate row widths.
*/
.x-container.row-condensed {
max-width: 800px;
}
.x-container.row-cta {
max-width: 600px;
}
/*
// Swirls.
*/
.swirl {
width: 100%;
max-width: 250px;
}
/*
// CTA (page bottom).
*/
.section-cta {
color: #fff;
}
.section-cta .swirl {
display: block;
}
.section-cta .swirl.top {
margin: 0 auto 40px;
}
.section-cta .h-custom-headline {
margin: 0;
color: currentColor;
}
.section-cta .x-text {
margin: 0.5em 0 1.25em;
}
.section-cta .swirl.bottom {
margin: 40px auto 0;
}
.x-btn.x-btn-global {
text-transform: capitalize; font-size: 25px; text-shadow: none; box-shadow: none; border-color: transparent;
}
.x-anchor-button span {
text-transform: uppercase; font-size: 25px;
}
.x-anchor-button {
box-shadow: none; text-shadow: none; border: 1px solid #ddd;
}
.entry-date {display: none;
}
/hides the date on the recent post element/
span.x-recent-posts-date {display: none !important;
}
.entry-featured {display: none;
border: 0;
padding: 0;
}
@media (max-width: 1199px) {
.x-sidebar {
width: 100% !important;
}
.archive .x-main .hentry {
position: relative;
}
.archive .x-main .hentry>.entry-featured {
float: none;
max-width: 599px;
margin: 108px auto 0;
width: 100%;
}
.archive .x-main .hentry.has-post-thumbnail>.entry-wrap {
float: none;
width: 100%;
padding-left: 0;
}
.archive .x-main .hentry.has-post-thumbnail>.entry-wrap .entry-header {
position: absolute;
top: 0;
width: 100%;
margin: 30px 0 0 ;
}
.x-sidebar .widget.widget_nav_menu {
margin-top: 20px;
}
/* space between the metadata and the body copy */
.p-meta {
margin-bottom: 50px
}
/* author name italics for Renew stack */
.p-meta span:first-child {
font-style: italic;
}
/* don’t italicize the slash after the author name */
.p-meta span:first-child:after {
font-style: normal;
}
/* remove the forward slash after the author name /
.p-meta span:nth-child(2),
/ remove Leave Comment /
.p-meta span:nth-child(4),
/ remove the forward slash after the category name */
.p-meta span:nth-child(3):after {
display: none;
}