1. chewkyk
  2. General
  3. Monday, September 03 2018, 02:09 PM
How can I change the Edit Profile button?
Attachments (1)
Accepted Answer
admin Accepted Answer
Admin
Hi,
edit profile button uses bootstrap classes inherited from the template style. Anyway you can change style by adding a CSS code to your template (normally all templates allow this in configuration).
You can add a CSS code like this:
.jsn-p-opt{
text-align:center; /* Alignment */
}
.jsn-p-opt .btn{
color:white; /* Font color */
background-color:blue; /* Background color */
border-color: blue; /* Border color */
font-size:15px; /* Font size */
padding:10px 50px; /* The best way to set the size is to use padding */
}
  1. more than a month ago
  2. General
  3. # Permalink
admin Accepted Answer
Admin
Hi,
you can change it with template override or CSS code. Can you please explain me what you mean with change it? maybe we can help you ;)
  1. more than a month ago
  2. General
  3. # 1
chewkyk Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 2
chewkyk Accepted Answer
Thanks much. Appreciate your help.
  1. more than a month ago
  2. General
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.