Problem log in design

  • Airjie
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 9 months ago #6889 by Airjie
Problem log in design was created by Airjie
Hello,

I have a problem with the design of log in module. In fact it seems the wave appears three time. As it's difficult to explain clearly I join a photography of the problem.


Attachments:

Please Log in to join the conversation.

More
13 years 9 months ago #6895 by ivan.milic
Seams like that containers of displayed label and button have background image like whole module. If you could give me link I could help you locate that css or try yourself bu using chrome browsers Inspect Element option to see from what css that elements are getting that bcg. image.

Please Log in to join the conversation.

  • Airjie
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 9 months ago #6905 by Airjie
Replied by Airjie on topic Re: Problem log in design
Thank you for your answer. Here is the link, but, as you can see, it works well if you are not log in. www.speak-e.biz/french-for-beginner

Hope you can help, thank you.

Please Log in to join the conversation.

More
13 years 9 months ago #6907 by ivan.milic
Hi,

add this to index.php of template just before </head> in style block like this:

<style type="text/css">
.login-greeting, .logout-button
{
background:none;
}
</style>

Please Log in to join the conversation.

  • Airjie
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 9 months ago #6908 by Airjie
Replied by Airjie on topic Re: Problem log in design
Thank you for your answer.

Unfortunatly it doesn't seem to work better. Maybe there is another solution?

Please Log in to join the conversation.

More
13 years 9 months ago #6909 by ivan.milic
Hi,

I checked now your source there is no that rule I gave you at all. You did not do something right.
File you should change is:
templates\hot_coffein\index.php


Locate </head>

And put that script block to look like this:


<style type="text/css">
.login-greeting, .logout-button
{
background:none;
}
</style>
</head>


That definitely must work.

Please Log in to join the conversation.

Time to create page: 0.107 seconds
Powered by Kunena Forum