Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1198182
    ptbright1
    Participant

    I 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!

    #1198183
    ptbright1
    Participant

    Sorry, here’s the screenshot.

    #1198210
    Prasant Rai
    Moderator

    Hello 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.

    #1198509
    ptbright1
    Participant

    Sorry, I should have mentioned that I’m running this locally.

    #1198606
    Thai
    Moderator

    Hi There,

    Could you please provide us with your custom CSS here?

    Thanks.

    #1198758
    ptbright1
    Participant

    Here 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;
    }

    #1198759
    ptbright1
    Participant

    Resent 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;
      }
    #1199014
    Rad
    Moderator

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1198182 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>