-
AuthorPosts
-
pagefactory Friend
pagefactory
- Join date:
- March 2012
- Posts:
- 102
- Downloads:
- 20
- Uploads:
- 11
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
April 14, 2014 at 10:22 pm #196763hi there,
how can I change the letter color in my toolbar on the homepage , http://www.bluereeffishinglodge.com , the word
bluereeffishinglodge is now in grey color , I want to change this to blue ( #00CCFF )somebody ?
regards
Rob
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 15, 2014 at 2:20 am #530889Your site is password protected … can you provide the login info via private message?
pagefactory Friendpagefactory
- Join date:
- March 2012
- Posts:
- 102
- Downloads:
- 20
- Uploads:
- 11
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
April 15, 2014 at 8:17 am #530928oke, forget , the site is open now http://www.bluereeffishinglodge.com
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 15, 2014 at 8:22 am #530931<em>@pagefactory 421794 wrote:</em><blockquote>oke, forget , the site is open now http://www.bluereeffishinglodge.com</blockquote>
You can follow workaround below:
Open the templates/ja_lens/css/template.css file
Change
h1.componentheading,
.componentheading,
.content-inner div > h1{
font-size: 400%;
color: #333;
font-family: 'MontserratRegular',sans-serif;
font-weight: normal;
text-transform: uppercase;
width: 960px;
margin: -117px auto 60px -20px;
line-height: 1.6;
}
To
h1.componentheading,
.componentheading,
.content-inner div > h1{
font-size: 400%;
color: #00CCFF;
font-family: 'MontserratRegular',sans-serif;
font-weight: normal;
text-transform: uppercase;
width: 960px;
margin: -117px auto 60px -20px;
line-height: 1.6;
}TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 15, 2014 at 4:02 pm #530987Rob:
Which “toolbar” were you referring to?
I thought, perhaps, you were referring to your main navigation menu at the top … in which case my recommendation would be the following:
Within file path —> /templates/ja_lens/css/navigation.css
at line 47, you will see the following CSS rule:
#mainnav .menu > li > a {
color: #888888
display: block;
float: left;
font-family: 'MontserratRegular',sans-serif;
height: 60px;
line-height: 60px;
padding: 0 20px;
text-transform: uppercase;
}Modify as follows:
#mainnav .menu > li > a {
color: #00CCFF
display: block;
float: left;
font-family: 'MontserratRegular',sans-serif;
height: 60px;
line-height: 60px;
padding: 0 20px;
text-transform: uppercase;pagefactory Friendpagefactory
- Join date:
- March 2012
- Posts:
- 102
- Downloads:
- 20
- Uploads:
- 11
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
April 15, 2014 at 5:52 pm #530998thx the reply of Ninja Lead JA Developer was the right one
regards Rob
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 15, 2014 at 6:06 pm #531000<em>@pagefactory 421877 wrote:</em><blockquote>thx the reply of Ninja Lead JA Developer was the right one
regards Rob</blockquote>
Oh yah? … well … change your main navigation color too
Just Kidding . . . . . All the best with your continuing site development !!
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by TomC 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
how change the color of title in toolbar on homepage ?
Viewing 7 posts - 1 through 7 (of 7 total)