Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • baud Friend
    #199867

    How can I add that little arrow (pointing downwards below the title) that the “Fun Facts” (from the demo site) module has to the JA Masshead module?


    1. Unbenannt-2
    TomC Moderator
    #543042

    That effect is created via some creative CSS border properties – as follows:


    .row-feature.row-feature-highlight-title .row-feature-title:before {
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #1bbc9b

    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-bottom: -10px;
    margin-left: -10px;
    position: absolute;
    width: 0;
    }

    You can try pasting the above within your custom.css file (file path –> /templates/ja_sugite/css/custom.css)

    yangyangli Friend
    #543142

    How does

    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #1bbc9b

    create an arrow? That’s amazing.

    TomC Moderator
    #543143

    You can always inspect the CSS on the demo via and see for yourself. 😎

    baud Friend
    #543146

    I created a custom.css and added the above mentioned code. Do I also need to assign a class suffix to the Masshead module? I tried to do that but without success.

    http://projekt2014.hebel-gymnasium-loerrach.de/index.php/bilder

    TomC Moderator
    #543147

    Do me a favor and temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings

    baud Friend
    #543148

    done! thanks for your help!

    TomC Moderator
    #543149

    <em>@baud 437745 wrote:</em><blockquote>I created a custom.css and added the above mentioned code. Do I also need to assign a class suffix to the Masshead module? I tried to do that but without success.

    http://projekt2014.hebel-gymnasium-loerrach.de/index.php/bilder</blockquote>

    Not seeing your custom.css file . . . . what is the file path you have it within?

    baud Friend
    #543150

    like you said: /templates/ja_sugite/css/custom.css

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 3 voices, and was last updated by  baud 9 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum