+ Reply to Thread
Results 1 to 6 of 6

Thread: General Wide Login Page

  1. #1

    General Wide Login Page

    Hello,

    How can I change the background color for the login/sign-in page General Wide template? or is body > div.main-wrapper the ONLY way to do it?

    Thank you
    Brian
    Last edited by Brian Jester; February 23, 2018 at 05:04 AM.

  2. #2
    Hello Brian,

    Go to ftp://templates>>general_wide>>css>>style.css at line ~ 714 find class: '.circle_opened > .content' and change backgrund

    https://screencast.com/t/7vM6HmYPS
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Hello Viktor,

    Sorry, but I mean in the page the white background I want to change, not the actual form in the top of the page.

    Ex: http://localhost/flynax/login.html

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    What area you mean, give an example

  5. #5
    Quote Originally Posted by Rudi View Post
    What area you mean, give an example
    I figured this one out, it was the main_container id background color. Sorry if my message wasn't clear.

    On the same page (login.html -- different issue) I am referring to the login.tpl in the controllers folder of the general_wide template. How come when I am logged in the style for the account area is not applied. What I mean is the account area box (after logging in) is NOT styled, but on other pages it is like: My Profile page the same account area box IS STYLED with a border around the div, and the links area styled, BUT THAT IS NOT THE CASE ON THE LOGIN.HTML page, the code is in the LOGIN.TPL page. IS THERE A FIX TO THAT?

    Sorry for the CAPS, not yelling, just getting a point across.

    Brian

  6. #6
    I figured it out...On that last message of mine, I had to do a couple of things...If there is another change that is better (or easier) please do say so:

    First the login.tpl:
    Code:
    Only registered members can view the code.
    and in the css: Line 6131 I changed the padding to 10px

    Code:
    Only registered members can view the code.
    This should be good enough for now.

    Brian

+ Reply to Thread