Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • tulioc Friend
    #195369

    HI there,

    How can I remove just the second slogan and the Knowing what’s happening……. modules or spaces.
    Please see image attahced. Red arrows spaces hide or remove them.

    Thanks,

    Tulio


    1. vg1
    pavit Moderator
    #524938

    Hi

    You can unpublish modules published in Slogan position

    tulioc Friend
    #524950

    HI Pavit there’s only one and if I unpublish it it will remove also the above one.

    This is weird as it seems like it is duplicated above and below. I just want to keep the one above.

    The other is the space where the feature articles are placed I need to also hide this. Please take a look to:

    http://www.vendoygano.com

    Regards,

    Tulio

    Ninja Lead Moderator
    #525000

    You can try to remove space in JA Beranis Template with following step:*

    + Create the custom.css file in templates/ja_beranis/css folder

    + Add this css rule into the file above.


    .home .t3-mainbody {
    display: none !important;
    }

    tulioc Friend
    #525069

    HI Ninja,

    Sorry if I don’t explain well. See the image attached. The white space and black space below with the slogan and keep the slogan space above. I need to remove the two spaces that are occupied by:
    1. Feature articles
    2. Second position below of slogan. I remove in templates layout the second position of slogan and it removes also the one above. Seems is working with the same variable. I add the code above and it doesn’t makes the trick.

    For some reason the layout slogan positions are working together and can’t be remove in the template layout just one. It will take both away.

    Thanks,

    Tulio


    1. vg1
    Ninja Lead Moderator
    #525172

    If you want to remove space in slogan and feature article, you can follow this workaround:

    Open the templates/ja_beranis/css/template.css file,

    Change


    .ja-slogan .site-slogan,
    .t3-slogan .site-slogan {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 1.5;
    border-bottom: 1px solid #33B5DC;
    border-top: 1px solid #33B5DC;
    color: #fff;
    display: block;
    margin-top: 20px;
    padding: 80px 0;
    text-transform: none;
    }
    .t3-mainbody {
    padding-bottom: 40px;
    padding-top: 40px;
    }

    To


    .ja-slogan .site-slogan,
    .t3-slogan .site-slogan {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 1.5;
    border-bottom: 1px solid #33B5DC;
    border-top: 1px solid #33B5DC;
    color: #fff;
    display: block;
    margin-top: 20px;
    padding: 20px 0;
    text-transform: none;
    }
    .t3-mainbody {
    padding-bottom: 10px;
    padding-top: 10px;
    }

    Let me know if if helps.

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

This topic contains 6 replies, has 3 voices, and was last updated by  Ninja Lead 10 years, 8 months ago.

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