Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • drc3 Friend
    #191977

    Here is my site. http://mvs005-002.directrouter.com/~april4au/

    I need to either:
    1. Replace the right hand existing style image of the little fella jumping with my April is For Authors image AND then center my image.
    OR
    2. Remove the existing image of the little fella jumping and just center my image on that Hero Unit module page.

    I need to have my image larger as well. My image does not seem to get bigger by applying sizes in editor.

    Any help here appreciated.
    Thanks
    ~d

    Ninja Lead Moderator
    #511360

    <blockquote>
    2. Remove the existing image of the little fella jumping and just center my image on that Hero Unit module page.
    </blockquote>

    You can find and change info on Hero Unit module

    + Go to Admin site ->Extensions ->Module Manager -> Hero Unit module -> Custom Output -> click Toggle editor button and see script

    From


    <div class="hero-unit">
    <h1>Simplicity Isn’t Simple.</h1>
    <p>Design is a word that’s come to mean so much that it’s also word that has come to mean nothing.</p>
    <p><a class="btn btn-primary btn-large btn-tpl-1" href="http://www.joomlart.com/joomla/templates/showcase" target="_blank">View Our Works</a></p>
    <p class="btn_unit"><a class="arrow-down img-circle" href="index.php?Itemid=435#our_portfolio">Arrow down</a></p>
    </div>

    change to


    <div class="hero-unit">
    <h1>Simplicity Isn’t Simple.</h1>
    <p>Design is a word that’s come to mean so much that it’s also word that has come to mean nothing.</p>
    <p class="btn_unit"><a class="arrow-down img-circle" href="index.php?Itemid=435#our_portfolio">Arrow down</a></p>
    </div>

    + Open templates/ja_onepage/css/themes/solid/template.css file

    From

    .hero-unit .container .hero-unit {
    background: url(../../../images/themes/solid/header_bg.png) no-repeat right top;
    min-height: 380px;
    }

    .hero-unit p {
    color: #fff
    padding: 0;
    text-shadow: 0px 1px rgba(0,0,0,0.3);
    text-align: left;
    font-size: 100%;
    margin-right: 450px;
    }

    change to


    .hero-unit .container .hero-unit {
    background: none;
    min-height: 380px;
    }

    .hero-unit p {
    color: #fff
    padding: 0;
    text-shadow: 0px 1px rgba(0,0,0,0.3);
    text-align: center;
    font-size: 100%;
    margin-right: 0px;
    }

    drc3 Friend
    #511759

    Thanks. I will make the changes you suggest. Greatly Appreciated.
    ~d

    drc3 Friend
    #511760

    BEAUTIFUL!!! Just what I needed. Thanks Again for your great support.
    ~d

    Ninja Lead Moderator
    #511819

    Hope you love our products

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

This topic contains 5 replies, has 2 voices, and was last updated by  Ninja Lead 11 years ago.

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