Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • missyw Friend
    #171272

    I have positioned my CB login module at the top of the page in the topnav area. I want to enlarge the font size for “Forgot login?” and “Register” prompts. I am looking at template.css and I don’t know where to modify the code. Should I try adding a font-size to #topnav, or change login-form, or change mod_login? Or better still, is it possible to add a cb class to the css (like I added .cbLoginButtonSpan)?

    khoand Friend
    #427247

    Hi,
    You add this code into /templates/ja_community_plus/css/template.css

    .mod_login {
    font-size:14px;
    }

    missyw Friend
    #427250

    <em>@khoand 286033 wrote:</em><blockquote>Hi,
    You add this code into /templates/ja_community_plus/css/template.css

    .mod_login {
    font-size:14px;
    }

    </blockquote>
    Thanks, khoand. It works:)

    One more question (I have tried but cannot work it out) …How can I enlarge the font for the login greeting “Hi, <username>”? e.g. “Hi, admin”


    1. logout
    khoand Friend
    #427302

    You add this code into /templates/your_template/css/template.css


    #mod_login_greeting {
    font-size: 150%;
    }

    missyw Friend
    #427318

    <em>@khoand 286093 wrote:</em><blockquote>You add this code into /templates/your_template/css/template.css


    #mod_login_greeting {
    font-size: 150%;
    }

    </blockquote>
    It works 😀 Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  missyw 12 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum