"Our great team" on top

Creative, responsive and unique Joomla template to create personal portfolio website with amazing animations and clean design.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat May 31, 2014 9:07 am
Reply with quote
Report this post
Hello,

how can i place the big title "Our great team" on top and not behind the pictures?

Thanks for your help!
User avatar
Expert Boarder

GK User
Sun Jun 01, 2014 7:55 am
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Mon Jun 02, 2014 2:13 pm
Reply with quote
Report this post
Hey Cyberek,

you can have a look at your own demo site:

http://demo.gavick.com/joomla25/john/

My Browser is "Safari"...
User avatar
Expert Boarder

GK User
Mon Jun 02, 2014 6:01 pm
Reply with quote
Report this post
Top of the site is a custom html module - you can create additional header there and style it with css.
User avatar
Moderator

GK User
Tue Jun 17, 2014 9:58 pm
Reply with quote
Report this post
I am not sure that there is an misunderstood...

I just want the word "Team" on top of the first Teampicture.

Can't i solve this problem with "z-index" anywhere in the css?
User avatar
Expert Boarder

GK User
Thu Jun 19, 2014 9:55 am
Reply with quote
Report this post
If your site's structure is exactly as the demo one, you could edit: /templates/gk_john_s/css/override.css and add at its end:
Code: Select all
#gkBottom4 .big-title h3 {z-index: 5;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Jun 19, 2014 12:00 pm
Reply with quote
Report this post
Thanks a lot! Works perfect...

Everytime perfect Support from all the Gavick moderator!
User avatar
Expert Boarder

GK User
Thu Jun 19, 2014 5:17 pm
Reply with quote
Report this post
Thanks for the words of appreciation :)
If you will have any other questions (not relative to this thread), feel free to post new forum threads - it allows us to answer you faster.
User avatar
Moderator

GK User
Thu Jun 26, 2014 3:22 pm
Reply with quote
Report this post
one more question to my above mentioned problem...

With the override code the word "Team" is now on top... but ALSO the name of the team member is on top of the overlay.
I want the name under the overlay. I think it is the problem, that the name also is dedicated to "h3"

How can i handle this?
User avatar
Expert Boarder

GK User
Sat Jun 28, 2014 12:16 pm
Reply with quote
Report this post
Hello,

@Garthi - sorry but I don't understand your issue description - could you send me a screenshot of the problem?
User avatar
Administrator

GK User
Sat Jun 28, 2014 1:19 pm
Reply with quote
Report this post
Hey,

here is a screenshot... you will see, that "John Hammond" is also on top of the overlay.

It would be nice, if the text would be under the overlay.
Screenshot.png
User avatar
Expert Boarder

GK User
Sat Jun 28, 2014 2:19 pm
Reply with quote
Report this post
Please try to change the earlier mentioned code to:

Code: Select all
gkBottom4 .big-title h3.header {z-index: 5;}
User avatar
Administrator

GK User
Thu Jul 03, 2014 10:37 am
Reply with quote
Report this post
Thanks a lot! Now it is perfect :-)
User avatar
Expert Boarder


cron