Shape 5

Joomla Templates => Zoka Transports - Club => : nPIKI January 16, 2016, 06:55:34 PM



: Zoka A few Questions
: nPIKI January 16, 2016, 06:55:34 PM
Hello,

I have 2 Questions:

I am setting up the Template and ran into a few issues i hope you can help me!

First:

I am using a pretty wide logo (because it is a pretty long word) but it just gets to small then how can i change the rezise size of the s5_logo?

second:

the s5_horizontal_according

is it possible to disable the shadoweffect that gets set over every image that i use for it? i have a very colorfull picture and it just gets this "greyish" layer over it... it takes out the color? can i disable that? (Note i am not talking about the overlay if you hover over it)


: Re: Zoka A few Questions
: jonahh January 18, 2016, 01:02:07 PM
Hello,

1. You can change the width here:

:
.s5_logo {
    cursor: pointer;
    margin: 0 auto 6px;
    text-align: center;
    width: 340px;
}
template.css line 653

2. There is a drop shadow that can be disabled in the admin of the module. Perhaps this will help? If not please post a URL so I can get a better understanding to what you are referring to.

Thanks,


: Re: Zoka A few Questions
: nPIKI January 18, 2016, 04:52:20 PM
Hello,

Thanks for the answers the thing with the logo worked

but the shadow options in the Admin area of the module dont change what i want !

here is the site: www.dieschallert.at
username: shape5
password: shape5

it is only a registerd user without any admin rights if you need them let me know please !

Thanks


: Re: Zoka A few Questions
: jonahh January 19, 2016, 12:07:00 PM
The login doesn't seem to be working for me?


: Re: Zoka A few Questions
: nPIKI January 19, 2016, 12:53:31 PM
yeah for what reason ever but i just made it open so you can just watch it without login data :)


: Re: Zoka A few Questions
: jonahh January 20, 2016, 01:32:29 PM
Ok I took a look but I don't see any shadows? There is a background texture and perhaps this is what you are referring to? You can see and or remove this here:

:
.image_title {
    background: transparent url("../images/repeatexture.png") repeat fixed 0 0;
}

template.css file line 2062


: Re: Zoka A few Questions
: nPIKI January 20, 2016, 04:28:29 PM
Hi,

THanks for the help but that isnt what i am looking for!

YOu see the 3 pictures in the middle? They are very dark (you can see they have colors, but they should way brighter and not so dark) !!

If you hover over the pictures for a short moment you can see the pictures with the normal colors and then it changes to the white overlay so you can read the text better (thats fine) only if the picture isnt hoverd over it should not be so dark?

Thanks again for your help!


: Re: Zoka A few Questions
: jonahh January 21, 2016, 12:39:02 PM
Oh I see there is also a background color set in the CSS for the actual module too. To override this just add the below to the bottom of your template.css file:

:
.image_title {background:transparent !important;}


: Re: Zoka A few Questions
: nPIKI January 22, 2016, 10:25:22 AM
Perfect Thanks alot it worked :)