-
AuthorPosts
-
msilac Friend
msilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
September 9, 2015 at 12:07 pm #682655Hello,
I wish to change color of some parts of template. So the blue color need to be changed to brown.
Navigation (active link color)
Background below Contact us near by navigation
Module on the frontpage (blue background)
Inside od articles (here: apartmani-cesarica.com/index.php/apartmani-cesarica)Web: apartmani-cesarica.com
And thats it. How to do that?
Brown color like brown theme at the same that template.Thank you very much
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 10, 2015 at 5:01 am #682797Hi,
You can change the blue color to brown with some changes
Open templates/ja_decor/css/custom.css file and add new css style below
.t3-masthead {
background: #b39964 ;
}.has-masthead .t3-mainbody {
background: url("../images/subbody-bg.png") no-repeat left top / 100% auto #f0f0f0;
}
with the image: templates/ja_decor/images/subbody-bg.png file changes to brown color
Regards
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 10, 2015 at 5:01 am #748040Hi,
You can change the blue color to brown with some changes
Open templates/ja_decor/css/custom.css file and add new css style below
.t3-masthead {
background: #b39964 ;
}.has-masthead .t3-mainbody {
background: url("../images/subbody-bg.png") no-repeat left top / 100% auto #f0f0f0;
}
with the image: templates/ja_decor/images/subbody-bg.png file changes to brown color
Regards
1 user says Thank You to Ninja Lead for this useful post
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
September 10, 2015 at 7:19 am #682814Ok, that is for article… what about navigation, contact us and modules?
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
September 10, 2015 at 7:19 am #748057Ok, that is for article… what about navigation, contact us and modules?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
September 10, 2015 at 7:29 am #682817Like As I say in first post, on the frontpage at the top right Corner Contact us (Kontaktirajte nas) blue background there…
Module – blue background of modules at frontpage
Thank you for navigation but I was thinking that these changes will change every active link on page (like at the bottom – on maps,
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
September 10, 2015 at 7:29 am #748060Like As I say in first post, on the frontpage at the top right Corner Contact us (Kontaktirajte nas) blue background there…
Module – blue background of modules at frontpage
Thank you for navigation but I was thinking that these changes will change every active link on page (like at the bottom – on maps,
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 10, 2015 at 7:30 am #682818<em>@msilac 491379 wrote:</em><blockquote>Ok, that is for article… what about navigation, contact us and modules?</blockquote>
Hi,
With other places, you can see more details below
+ Navigation
.nav .active a {
color: #b39964 ;
}+ Background below Contact us
.navbar-nav > li.nav-highlight > a, .navbar-nav a.nav-highlight {
background: #b39964 ;
}
+ Module on the frontpage.background-primary {
background-color: #b39964 ;
}add all css styles above into templates/ja_decor/css/custom.css file
Regards
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 10, 2015 at 7:30 am #748061<em>@msilac 491379 wrote:</em><blockquote>Ok, that is for article… what about navigation, contact us and modules?</blockquote>
Hi,
With other places, you can see more details below
+ Navigation
.nav .active a {
color: #b39964 ;
}+ Background below Contact us
.navbar-nav > li.nav-highlight > a, .navbar-nav a.nav-highlight {
background: #b39964 ;
}
+ Module on the frontpage.background-primary {
background-color: #b39964 ;
}add all css styles above into templates/ja_decor/css/custom.css file
Regards
1 user says Thank You to Ninja Lead for this useful post
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 10, 2015 at 7:34 am #682820Hi there
Here you are.navbar-nav > li.nav-highlight > a, .navbar-nav a.nav-highlight {
background: red;
padding: 10px 20px 10px 30px;
margin: 20px 0;
color: #ffffff
}If you are using Chrome you can check this document
https://developer.chrome.com/devtools
Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 10, 2015 at 7:34 am #748063Hi there
Here you are.navbar-nav > li.nav-highlight > a, .navbar-nav a.nav-highlight {
background: red;
padding: 10px 20px 10px 30px;
margin: 20px 0;
color: #ffffff
}If you are using Chrome you can check this document
https://developer.chrome.com/devtools
Thank you,
Viet Vu -
AuthorPosts
This topic contains 23 replies, has 3 voices, and was last updated by Ninja Lead 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum