Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1009767

    I’ve had some customized help with this topic here before, but I see that my single blog post pages don’t have the dashed border under the title that I’d like.
    Here’s the code I’m using to get the dashed border underline on page titles:
    #top #wrap_all h3.av-special-heading-tag {
    /*css styling for dashed line below page titles*/
    margin-top: -10px;
    border-bottom: 2px dashed #CCBDB8!important;
    padding-bottom: 10px;
    width: 100%;
    }
    I’d like the same thing (only 1px) on POST titles as well (right now this doesn’t show up on post titles). In addition, I’d only like this dashed border to appear on the actual single post pages, not the blog page that lists the posts (already haved dashed dividing lines there and don’t want to over-do it).
    Here is a past link to a thread where I got help with this before:
    https://kriesi.at/support/topic/special-heading-bottom-border/

    Help with this would be very appreciated, thanks1

    #1009804

    Hey Moondreamer21,
    If I understand correctly you would like the same dashed like under the post page title, Please try this code in the General Styling > Quick CSS field:

    
    #top #wrap_all h1.post-title.entry-title {
    border-bottom: 2px dashed #CCBDB8!important;
    padding-bottom: 10px;
    width: 100%;
    }

    Best regards,
    Mike

    #1009940

    Perfect Mike, you nailed it – thanks SO much! :)

    #1009953

    Hi,
    Glad to hear, thanks :)
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    #1010228

    Yep, we can close this. Thanks again!

    #1010248

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Dashed Border Under Blog Post Titles?’ is closed to new replies.