Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthordionhall85
    • CommentTimeJul 10th 2008
     # 1
    How to change the Member Role Tagline on the comments page.
    Instead of having a red box across I have modify the code so that the box sits to the left underneath the avator and user name.

    You will need to change the following file: Vanilla.css

    This file is located under:
    Themes, vanilla, styles, default

    Scroll down till you find the coding that looks like this:

    #Comments .CommentNotice {
    padding: 6px;
    font-size:13px;
    text-align: center;
    border-top: 1px solid #D9999A;
    border-bottom: 1px solid #D9999A;
    background: #FEE1E1;
    color: #850406 !important;
    margin: 10px 0px 10px 0px;
    }


    Change the code to: (Or to your own stye)

    #Comments .CommentNotice {
    padding: 6px;
    font-size:13px;
    text-align: center;
    border-top: 1px solid #342d7e;
    border-bottom: 1px solid #342d7e;
    background: #306eff;
    color: #ffffff !important;
    margin: 5px 0px 10px 0px;
    margin-right: 700px;
    }

    And there you have it, the role tagline is now changed to a smaller tag box!

    Hope this helps someone!
Add your comments
    Username Password
  • Format comments as