test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • pagefactory Friend
    #196763

    hi 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 Moderator
    #530889

    Your site is password protected … can you provide the login info via private message?

    pagefactory Friend
    #530928

    oke, forget , the site is open now http://www.bluereeffishinglodge.com

    Ninja Lead Moderator
    #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 Moderator
    #530987

    Rob:

    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 Friend
    #530998

    thx the reply of Ninja Lead JA Developer was the right one

    regards Rob

    TomC Moderator
    #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 !!


    1. Smiley_Tongue
Viewing 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