News 2 zoom effect on pictures

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Jul 30, 2015 6:33 pm
Reply with quote
Report this post
Hello

To the Gavick Team: Well done for the effort in producing a nice template like News 2

I would just like your help a bit to make things as I like them to be.

1) I have the News 2 template and want to remove the zoom effect from "Highlights" module on home page, from modules "Highlights Right I and II and Videos. Also want it to be removed from individual articles.

2) Would like to know how to change the background color of the banner, increase the size of the banner image and change the background color of individual modules on the home page

3) How do I remove the "Login" button from top right of home page?

My site is xanthinet dot gr

Many thanks
User avatar
Fresh Boarder

teitbite
Fri Jul 31, 2015 6:59 pm
Reply with quote
Report this post
Hi

1. add this to override.css and make sure override is enabled in template settings:

img:hover {
transform: none !important;
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
}

2. Banner size will fit to the content entered itself. Background colors for modules are best change using module class suffix. Also take a look here: https://www.gavick.com/documentation/jo ... mplate-css it will help to learn the basics of this cahnges.

3. You can disable it in template settings or unpublish login module.
User avatar
Moderator


cron