Header Text Colour
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Tue Nov 19, 2013 11:05 am
- Reply with quote
- Report this post
Hi,
Great template and this is probably a really easy fix but where in the template.css (if this is the correct file) do you change the colour of the image show text?
http://www.festevo.com/test2014/
Above the video where it says "We Are The Festival - This is our App" which is currently in white
Also is it possible to move that text up towards the menu a bit?
Many thanks
Andy
Great template and this is probably a really easy fix but where in the template.css (if this is the correct file) do you change the colour of the image show text?
http://www.festevo.com/test2014/
Above the video where it says "We Are The Festival - This is our App" which is currently in white
Also is it possible to move that text up towards the menu a bit?
Many thanks
Andy
-
- Fresh Boarder
- GK User
- Tue Nov 19, 2013 1:27 pm
- Reply with quote
- Report this post
First of all - never edit template core files for this kind of changes - instead use override.css (enable the file in template settings) (You will get into a lot of trouble while updating template if you do otherwise).
-
- Moderator
- GK User
- Tue Nov 19, 2013 1:29 pm
- Reply with quote
- Report this post
Please edit: /templates/gk_startup/css/override.css and add at its end:
Adjust color code to your liking.
Remember to enable "CSS override" in template settings - advanced section.
- Code: Select all
.gkIsWrapper-gk_startup .gkIsText h2 a {color: #000;}
Adjust color code to your liking.
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
- GK User
- Tue Nov 19, 2013 1:43 pm
- Reply with quote
- Report this post
Perfect that worked is there an override for the text under the heading as well "This is our App"
Kind regards
Andy
Kind regards
Andy
-
- Fresh Boarder
- GK User
- Tue Nov 19, 2013 1:44 pm
- Reply with quote
- Report this post
Sorry I also meant to ask if it's possible to move the header text (We Are The Festival) up towards the top a little bit, so there is less space between the text and top of the background image.
Kind regards
Andy
Kind regards
Andy
-
- Fresh Boarder
- GK User
- Thu Nov 21, 2013 8:52 pm
- Reply with quote
- Report this post
- Code: Select all
#gkHeader .gkIsWrapper-gk_startup .gkIsText.active {
top: 95px;
}
#gkHeader .gkIsWrapper-gk_startup .gkIsText.active h2 {margin-bottom: 20px;}
This way I have reduced top value by 20px (to 95px) and added it under h2 element (20px). If you would like to move the text even higher - reduce first value and add same to second.
-
- Moderator
- GK User
- Thu Nov 21, 2013 8:55 pm
- Reply with quote
- Report this post
Hi
Many thanks - am I adding this to the overide.css file?
Kind regards
Andy
Many thanks - am I adding this to the overide.css file?
Kind regards
Andy
-
- Fresh Boarder
- GK User
- Sat Nov 23, 2013 1:20 pm
- Reply with quote
- Report this post
Yes, place the code at the end of override.css.
Is there anything else I can help you with on this topic?
Is there anything else I can help you with on this topic?
-
- Moderator
- GK User
- Sat Nov 23, 2013 1:33 pm
- Reply with quote
- Report this post
No that's great thanks - I do have another conversation that you are involved with about darkening the the main body text:
https://www.gavick.com/forums/startup-j ... 58#p151158
If this could be done that would be great
Many thanks
Andy
https://www.gavick.com/forums/startup-j ... 58#p151158
If this could be done that would be great
Many thanks
Andy
-
- Fresh Boarder
- GK User
- Sat Nov 23, 2013 2:09 pm
- Reply with quote
- Report this post
Ok. Then I'm closing this topic
-
- Moderator
10 posts
• Page 1 of 1