Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • smartmax Friend
    #204039

    Hi guys,

    In position ‘home-2’ we are showing our sponsors.
    Is it possible remove the date-block?
    And show the logo’s bigger?

    http://www.bluezybluesfestival.nl/


    1. Schermafbeelding-2015-02-23-om-15.08.43
    Ninja Lead Moderator
    #560491

    You can change the css style to solve your question above

    Open templates/ja_muzic/css/themes/violet/mod_jacontentslider.css file

    find and change


    .ja-home-2 .ja-contentslider-center .jsslide .created-date {
    display: block;
    background: #9a21a8 ;
    color: #fff ;
    position: absolute;
    left: 0;
    top: 0;
    width: 88px;
    height: 88px;
    }

    .ja-home-2 .ja-contentslider-center .jsslide .content {
    width: 225px;
    height: 180px;
    background: #111 ;
    }

    to

    .ja-home-2 .ja-contentslider-center .jsslide .created-date {
    display: none;
    background: #9a21a8 ;
    color: #fff ;
    position: absolute;
    left: 0;
    top: 0;
    width: 88px;
    height: 88px;
    }

    .ja-home-2 .ja-contentslider-center .jsslide .content {
    width: 100%;
    height: 100%;
    background: #111 ;
    }

    smartmax Friend
    #560655

    Thank you Ninja Lead!

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

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

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