Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #668945

    Hi,

    On http://kriesi.at/blog below the title I see an element with class “av-intro-text”.
    Is like the idea! Is it something I can replicate?

    Best regards,
    Arjan

    #668955

    Hey Arjan de Wit!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .post-title + .av-intro-text, #top .post-title+#dd_start+.av-intro-text {
        margin: 5px 0 35px 0;
    }
    
    #top .entry-content .av-intro-text {
        text-align: center;
        font-size: 14px;
        padding: 23px 0;
        text-transform: uppercase;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-top-width: 1px;
        margin: 35px 0 35px 0;
        line-height: 24px;
        letter-spacing: 1px;
        color: #aaa;
    }

    Then wrap your intro text in P tag with custom “av-intro-text” class

    Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/

    Regards,
    Yigit

    #668967

    It works and looks great!

    #668974

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘av-intro-text’ is closed to new replies.