Roshni Lite

Themes ::: theme_roshnilite
Maintained by DualCube Team
Roshni Lite Moodle Theme is a LMS-friendly theme that enhances the user experience. Use this theme to add functionality and aesthetic appeal to your LMS websites. With customizable sections on your front page, you can easily manage your content.
Latest release:
1034 sites
725 downloads
91 fans
Current versions available: 3
The LMS-friendly Roshni Lite Moodle theme improves the user experience. Use this theme to enhance the aesthetic appeal and usability of your LMS websites. With customizable sections on your front page, you can easily manage your content. 

  • Customisable Sections - Provides you with the opportunity to edit your theme as you please be it adding, deleting or editing any added information.
  • Responsive - Roshnni Lite is an uber responsive theme that looks good on all devices.
  • Awesome Fonts - While you impress users with your courses, choose good fonts to drive in the point. 

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2
Screenshot #3
Screenshot #4

Contributors

DualCube Team (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • Andrea Junqueira
    Tue, 23 Jan 2018, 10:26 PM
    Hi.
    First I want to say I'm really happy with this template. Is amaizing.
    But, I'm writing because I trye to personalize the colours, and I'm having problems with the mouseover colour. I don't know were to change the mouse over in frontpage (#e64c3e).
    https://goo.gl/RjYTke

    There is anyone here who can help me?
    Ty!
  • DualCube Team
    Sat, 27 Jan 2018, 9:19 PM
    Hi! Andrea,

    I apologize for getting back to you late. Here is the solution:
    >>Please go to Dashboard / ► Site administration / ► Appearance / ► Themes / ► Roshnilite / ► Font Settings / ► Custom CSS / ►add the following code then click on the "Save changes" button.
    #page-site-index .about-item:hover {
    background: "Your color" !important;
    }

    Hope it will solve your problem.

    Always happy to help!
    Thank you.

  • Andrea Junqueira
    Mon, 29 Jan 2018, 4:34 AM
    DualCube Team, Thanks so much.
    Problem easily solve, but I'll never going there without your help.

    You're the best!
  • DualCube Team
    Mon, 29 Jan 2018, 2:23 PM
    Hi! Andrea
    We are glad to help you out.
    Always happy to help!
    Thank you.

    Sincerely,
    Moumita,
    Dualcube
  • Rohan Pieterse
    Fri, 23 Feb 2018, 4:56 PM
    Hallo! How do I change the Navbar color and size. I changed the overall color to blue and when logged out it is only one big blue "banner". I am using V3.4 moodle
  • DualCube Team
    Mon, 26 Feb 2018, 2:36 PM
    Hi! Rohan
    We thank you for reaching out to us.
    Please go to Dashboard / ► Site administration / ► Appearance / ► Themes / ► Roshnilite / ► Font Settings / ► Custom CSS / ►add the following css
    .navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner, .navbar-inner-login {
    background: "your color" !important;
    }
    then click on the "Save changes" button.

    Your point: I changed the overall color to blue and when logged out it is only one big blue "banner". I am using V3.4 moodle

    We have checked it on our server and found no such issue. Can you please share a screenshot?
    Thank you.
  • param padam
    Thu, 29 Mar 2018, 2:56 AM
    Hello! I d like to know how I can change background color in all pages in my moodle. I have roshni theme. Actually I woul like put one image as backround.
  • DualCube Team
    Fri, 30 Mar 2018, 6:26 PM
    Hi! Param,
    Thanks for reaching out. Can you please let me know if you are using Roshni or Roshnilite.
    Thank you.
  • param padam
    Fri, 30 Mar 2018, 9:24 PM
    I am using Roshnilite. Further problem backround I have two more: 1. Debajo de todo en la pagina principal, mi email aparece cortado. NO llega a verse completamente. Parece que el espacio es más chico que mi mail.
    2. En la pagina de crear cuenta, el boton por defecto de moodle (crea una cuenta) aparece descentrado y cortado.
    Could you help me?
  • param padam
    Fri, 30 Mar 2018, 9:25 PM
    Sorry for write in spanish. Here I put the translate: 1. Below everything on the main page, my email appears cut off. It does NOT come to be seen completely. It seems that the space is smaller than my mail.
    2. On the create account page, the default moodle button (create an account) appears off center and cut off
  • DualCube Team
    Tue, 3 Apr 2018, 3:00 PM
    Hi! Param,
    Your point: I d like to know how I can change background color in all pages in my moodle. I have roshni theme. Actually I woul like put one image as backround.

    >>Please go to Site administration / ► Appearance / ► Themes / ► Roshnilite / ► Font Settings / ►Custom CSS / ► add the following css then click on the "Save changes" button.
    For background-color:
    body {
    background-color: !important;
    }
    For background-image:
    body {
    background-image: url("your image url");
    }

    Your point: 1. Below everything on the main page, my email appears cut off. It does NOT come to be seen completely. It seems that the space is smaller than my mail.
    2. On the create account page, the default moodle button (create an account) appears off center and cut off

    >>Add the following code into "Custom CSS".
    For point 1.
    .contact-items .contact-item {
    width: auto;
    }
    For point 2.
    #page-login-signup #mform1 #fgroup_id_buttonar input[type="submit"],
    #page-login-index .signuppanel .subcontent .signupform input[type="submit"] {
    width: auto;
    padding: 0 10px;
    }
    #page-login-signup .loginbox input[type="submit"] {
    margin: 0 0 0 20px;
    }


    Thank you.
  • param padam
    Wed, 4 Apr 2018, 9:41 PM
    Yes!!! Thank you very much. Every are working. But I have only TWO problems. On the create account page, the default moodle button (create an account) remain appears off center (the cut off is resolved thank to you). You can see that in this page: http://culturadelbhakti.com/cursosonline/login/
    And in this page there ir another thing to fix: the button "INGRESAR" (SIGN IN) is very small to contain the word: "INGRESAR"
    Could you help me? Thank you very much
  • DualCube Team
    Tue, 10 Apr 2018, 8:29 PM
    Hi! Param,
    Thanks for reaching out. Here is the solution:

    Your point: But I have only TWO problems. On the create account page, the default moodle button (create an account) remain appears off center (the cut off is resolved thank to you). You can see that in this page: http://culturadelbhakti.com/cursosonline/login/
    And in this page there ir another thing to fix: the button "INGRESAR" (SIGN IN) is very small to contain the word: "INGRESAR"
    Could you help me?

    >>Add the following code into "Custom CSS" from "Font Settings" of "Roshnilite" theme.
    #page-login-index .loginbox #loginbtn {
    width: auto !important;
    padding: 0 4px !important;
    }
    #page-login-index .signupform input[type="submit"] {
    margin: 0 0 0 86px !important;
    }
  • param padam
    Tue, 10 Apr 2018, 9:42 PM
    Thank you very much!!! I could do it
  • Dinesh Madhavan
    Wed, 11 Apr 2018, 3:37 PM
    Hi, I am using Roshnilite. Very nice theme. But, I like to change the logo size. How to do that? I tried to edit styles.css and logo size increases but the lower part of the logo is hidden by the header bar (Orange color).
Please login to post comments