Skip to content
Public Ticket #2498

Theme

Conversation thread

PenciDesign replied

Staff Reply

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

Kaylie replied

Customer Reply

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!

PenciDesign replied

Staff Reply

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 started the conversation

Conversation Start

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

Want to join this conversation or access attachments? Sign in first.