- Posts: 8
- Thank you received: 0
CSS-class on register button
-
Bandola
Inactive member - Topic Author
- New Member
Less
More
12 years 10 months ago #14659
by Bandola
CSS-class on register button was created by Bandola
By mistake I have removed the CSS-class on the register button (up right on the top menu)
I don't know how to restore it. Can you please help?
Ola
I don't know how to restore it. Can you please help?
Ola
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #14675
by ivan.milic
Replied by ivan.milic on topic Re: CSS-class on register button
In template_css.css there should be this|:
Code:
a.register_button {
float:right;
height:60px;
width:190px;
margin:0 30px 0 0;
-moz-border-radius:10px 10px 0 0;
-webkit-border-radius:10px 10px 0 0;
border-radius:10px 10px 0 0;
text-align:center;
display:block;
line-height:56px;
color:#fff !important;
font-family: 'PT Sans Narrow', sans-serif;
font-size:18px;
text-transform:uppercase;
text-decoration:none;
}
a.register_button:hover {
background:#000;
}
Please Log in to join the conversation.
-
Bandola
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
12 years 10 months ago #14680
by Bandola
Replied by Bandola on topic Re: CSS-class on register button
Thank you.
But there was the original "<div class=" in the editors HTML-mode that I needed.
Do you know what I mean? Just open the Register Button module in the editor and the code should be there.
Is there any place where I can see a list of all <div class....>?
/Ola
But there was the original "<div class=" in the editors HTML-mode that I needed.
Do you know what I mean? Just open the Register Button module in the editor and the code should be there.
Is there any place where I can see a list of all <div class....>?
/Ola
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #14685
by ivan.milic
Replied by ivan.milic on topic Re: CSS-class on register button
Code:
<p><a class="register_button" href="index.php/2011-04-19-08-41-50/contact">Register Now !</a></p>
Please Log in to join the conversation.
Time to create page: 0.170 seconds