-
AuthorPosts
-
September 14, 2018 at 3:41 am #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
September 14, 2018 at 5:37 am #1009804Hey 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,
MikeSeptember 14, 2018 at 8:42 pm #1009940Perfect Mike, you nailed it – thanks SO much! :)
September 15, 2018 at 12:07 am #1009953Hi,
Glad to hear, thanks :)
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeSeptember 15, 2018 at 7:52 pm #1010228Yep, we can close this. Thanks again!
September 15, 2018 at 8:59 pm #1010248Hi,
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 -
AuthorPosts
- The topic ‘Dashed Border Under Blog Post Titles?’ is closed to new replies.
