Some modifications needed for Game News template
Rate this topic: 




1.00 out of 6 based on 1 vote(s)






- GK User
- Sat Mar 01, 2014 7:08 pm
- Reply with quote
- Report this post
Hello,
what does gavick pro means???
http://bollywoodbook.in/index.php/movies/upcomingmovies
1) here i want to change the font color from black to Blue check out the attachment i have mentioned it
2) on the same page below: SYNOPSIS ( this is a typography: legend1) want to change its color
3) on the same page below: there is a black coloured Pagination: Start ,Prev ,1 , 2, next, end,,, page 1 of2. i want to change its black color to blue ,,, hover is working fine...
plz help this would be the final customization after which i wont bother u ,,, do the needful
what does gavick pro means???
http://bollywoodbook.in/index.php/movies/upcomingmovies
1) here i want to change the font color from black to Blue check out the attachment i have mentioned it
2) on the same page below: SYNOPSIS ( this is a typography: legend1) want to change its color
3) on the same page below: there is a black coloured Pagination: Start ,Prev ,1 , 2, next, end,,, page 1 of2. i want to change its black color to blue ,,, hover is working fine...
plz help this would be the final customization after which i wont bother u ,,, do the needful
-
- Expert Boarder
- GK User
- Sat Mar 01, 2014 7:39 pm
- Reply with quote
- Report this post
3)
Please edit: /templates/gk_gamenews/css/override.css and add at its end:
correct the colour to your liking.
Remember to enable "CSS override" in template settings - advanced section.
Please edit: /templates/gk_gamenews/css/override.css and add at its end:
- Code: Select all
.pagination ul li a,
.pagination ul li span {
background: #3B3B3B;
}
correct the colour to your liking.
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
- GK User
- Sat Mar 01, 2014 7:42 pm
- Reply with quote
- Report this post
1)
again, change the colour to your liking.
above will hide folder image and border under the title.
- Code: Select all
article header h1 a, article header h2 a {
color: #2f3336;
}
again, change the colour to your liking.
- Code: Select all
#k2Container .itemListCategoriesBlock {display: none;}
article header ul {display: none;}
above will hide folder image and border under the title.
-
- Moderator
- GK User
- Sat Mar 01, 2014 7:42 pm
- Reply with quote
- Report this post
With the synopis - would you like to change the border colour or text colour?
-
- Moderator
- GK User
- Sun Mar 02, 2014 9:04 am
- Reply with quote
- Report this post
1) with synopsis i want to change both border &text color
2) Pagination color changed but half way it is black still - http://bollywoodbook.in/index.php/movies/upcomingmovies
2) Pagination color changed but half way it is black still - http://bollywoodbook.in/index.php/movies/upcomingmovies
-
- Expert Boarder
- GK User
- Mon Mar 03, 2014 8:48 pm
- Reply with quote
- Report this post
kkapoor wrote:1) with synopsis i want to change both border &text color
2) Pagination color changed but half way it is black still - http://bollywoodbook.in/index.php/movies/upcomingmovies
THank u for ur help only these 2 querries are still to be resolved

-
- Expert Boarder
- GK User
- Wed Mar 05, 2014 6:21 pm
- Reply with quote
- Report this post
To change border color and text color inside: use override.css:
change values to your liking.
- Code: Select all
div.gkLegend1 {
border: 3px solid #e5c235;
color: #06245c;
}
change values to your liking.
-
- Moderator
- GK User
- Wed Mar 05, 2014 6:22 pm
- Reply with quote
- Report this post
The rest of pagination colour can be modified with this override.css code:
- Code: Select all
.pagination {
background: #282828;
}
-
- Moderator
- GK User
- Thu Mar 06, 2014 11:14 am
- Reply with quote
- Report this post
Cyberek wrote:To change border color and text color inside: use override.css:
- Code: Select all
div.gkLegend1 {
border: 3px solid #e5c235;
color: #06245c;
}
change values to your liking.
hey, thnx for ur help
i wanted to change the color of text "Review " ie legend1
not the text inside it
-
- Expert Boarder
- GK User
- Fri Mar 07, 2014 8:03 am
- Reply with quote
- Report this post
Ok, sorry, but it looks like you need either to start learning css and html on your own, or hire a frontend developer for help. We can give you few tips, but at some point this is to much.
Please read about firebug / chrome developer tools and start trying to make those kind of changes on your own.
You can find some starting info here:
http://www.gavick.com/documentation/joo ... -size-etc/
Please read about firebug / chrome developer tools and start trying to make those kind of changes on your own.
You can find some starting info here:
http://www.gavick.com/documentation/joo ... -size-etc/
-
- Moderator
10 posts
• Page 1 of 1