Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1554558
Theme
Closed

Comments

  • Kaylie started the conversation

    Hello, 


    I am seeing how I can go about getting these lines under the category and post title? I have been trying for ever and this is one of the main reasons I bought this theme. Sounds silly I know! Any help would be great as I can't figure it out! 


    Kaylie

  •  2,699
    PenciDesign replied

    Hi,

    1/ For the lines below category name. We've removed it from version 4.0

    If you want to add this lines, please add more this code to Customize > Custom CSS:

    .archive-box {
     padding-bottom: 15px;
     position: relative;
    }
    .archive-box:after,
    .archive-box:before {
     content: "";
     width: 90px;
     height: 1px;
     background: #B5B5B5;
     position: absolute;
     bottom: 0;
     left: 50%;
     margin-left: -45px;
    }
    .archive-box:before {
     width: 60px;
     bottom: -5px;
     margin-left: -30px;
    }


    2/ For line below the posts title, please go to Customize > Standard & Classic Layout Options > and make sure you didn't check on "Remove Line Above Post Excerpt"


    Best Regards,

    PenciDesign

  • Kaylie replied

    Thank you, the first one worked! 


    But for 2/ For line below the posts title, please go to Customize > Standard & Classic Layout Options > and make sure you didn't check on "Remove Line Above Post Excerpt"


    The box is unchecked and I still don't see the lines under post title. Is there anything else it could be? 

    Thanks so much!

  •  2,699
    PenciDesign replied

    Hi,

    Ahh, I forgot you're using Classic layout. And on classic layout, it doesn't support for that line. Here is demo for classic from our demo.

    So, please add more this code to Customize > Custom CSS to create that line:

    .header-standard.header-classic { padding-bottom: 16px; }
    .header-standard.header-classic:before { content: ''; position: absolute; left: 50%; width: 60px; height: 1px; background: #B5B5B5; display: inline-block; bottom: 0; margin-left: -30px; }

    Best Regards,

    PenciDesign