Tagged: x
-
AuthorPosts
-
September 30, 2016 at 10:22 pm #1198182
ptbright1ParticipantI feel like I’m missing something obvious (sorry!) but I can’t find this in the customizer or what seem to be the relevant PHP files. I’d like titles to show up above the post excerpt on the blog index page (which I’m running as the homepage). See that they are missing in the attached screenshot. How can I fix this?
Thank you!
September 30, 2016 at 10:23 pm #1198183
ptbright1ParticipantSorry, here’s the screenshot.
September 30, 2016 at 11:00 pm #1198210
Prasant RaiModeratorHello There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
October 1, 2016 at 9:04 am #1198509
ptbright1ParticipantSorry, I should have mentioned that I’m running this locally.
October 1, 2016 at 11:37 am #1198606
ThaiModeratorHi There,
Could you please provide us with your custom CSS here?
Thanks.
October 1, 2016 at 4:27 pm #1198758
ptbright1ParticipantHere is the custom CSS I’m currently using:
.x-accordion .x-accordion-group .x-accordion-heading a {
color: #fff !important;
background-color: rgba(43, 78, 101, 0.478431) !important;
}
.x-sidebar {
background: #ffffff;
padding: 0px 45px 0px 45px;
width: 30%;
}
.x-subscribe-form h1 {
color: #0BC9CD
}
.single-post .x-main.left .hentry .entry-featured {
margin-top: 40px;
margin-bottom: 10px;
}
.x-nav-articles {
display: none;
}
@media ( min-width: 980px ) {
.x-main.left {
padding: 50px 45px 35px 45px;
}
.page .x-main.left .hentry .entry-featured, .single-post .x-main.left .hentry .entry-featured {
margin-right: 0px;
}
.x-container.main:before {
top: 0px;
bottom: 0px;
width: 66%;
left: 0px;
}
h1.entry-title {
font-size: 300%;
}
.x-subscribe-form h1 {
font-size: 150%;
text-align: center;
}
.x-subscribe-form h1:after {
display: block;
text-align: center;
font-size: 18px;
margin-top: 5px;
content: “We’ll send you a list of our best tips, and let you know about new posts.”;
color: #2f4f4f
}
div.x-section {
border-bottom: 1px solid;
}
.x-colophon .widget {
margin-top: 10px;
}
div.textwidget .x-icon {
font-size: 40px;
padding-right: 15px;
}
.x-colophon.top .x-column:first-child {
width: 60%;
padding-right: 5%
}
.x-colophon.top .x-column {
width: 27%;
}
div.cover span.featured-meta {
display:none
}
aside li {
text-align: center;
color: #fff;
margin-bottom: 3px;
text-transform: uppercase;
font-size: 1.05em;
line-height: 1.2em;
padding: 21px 25px 18px;
background: #0BC9CD;
}
.x-sidebar .widget ul li a {
color: #ffffff;
text-decoration: none;
}
.entry-content {
margin-top: 0px;
}October 1, 2016 at 4:27 pm #1198759
ptbright1ParticipantResent as code…
.x-accordion .x-accordion-group .x-accordion-heading a { color: #fff !important; background-color: rgba(43, 78, 101, 0.478431) !important; } .x-sidebar { background: #ffffff; padding: 0px 45px 0px 45px; width: 30%; } .x-subscribe-form h1 { color: #0BC9CD } .single-post .x-main.left .hentry .entry-featured { margin-top: 40px; margin-bottom: 10px; } .x-nav-articles { display: none; } @media ( min-width: 980px ) { .x-main.left { padding: 50px 45px 35px 45px; } .page .x-main.left .hentry .entry-featured, .single-post .x-main.left .hentry .entry-featured { margin-right: 0px; } .x-container.main:before { top: 0px; bottom: 0px; width: 66%; left: 0px; } h1.entry-title { font-size: 300%; } .x-subscribe-form h1 { font-size: 150%; text-align: center; } .x-subscribe-form h1:after { display: block; text-align: center; font-size: 18px; margin-top: 5px; content: "We'll send you a list of our best tips, and let you know about new posts."; color: #2f4f4f } div.x-section { border-bottom: 1px solid; } .x-colophon .widget { margin-top: 10px; } div.textwidget .x-icon { font-size: 40px; padding-right: 15px; } .x-colophon.top .x-column:first-child { width: 60%; padding-right: 5% } .x-colophon.top .x-column { width: 27%; } div.cover span.featured-meta { display:none } aside li { text-align: center; color: #fff; margin-bottom: 3px; text-transform: uppercase; font-size: 1.05em; line-height: 1.2em; padding: 21px 25px 18px; background: #0BC9CD; } .x-sidebar .widget ul li a { color: #ffffff; text-decoration: none; } .entry-content { margin-top: 0px; }October 1, 2016 at 11:50 pm #1199014
RadModeratorHi there,
It’s not int the provided CSS, or is this the complete CSS? Would you mind inspecting that excerpt using browser developer tools and provide your screenshot here? It should display the elements and CSS using the tool.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1198182 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
