1. prffrost
  2. Support
  3. Wednesday, September 30 2020, 11:18 AM
How to ...

.jsn-p-fields dl dd {
margin-left: 180px;
}

to
.jsn-p-fields dl dd {
margin-left: 0px;
}

when i Hide title in profile page ?
(inspiration https://www.easy-profile.com/profile.html)
Accepted Answer
admin Accepted Answer
Admin
Hi,
there is not an automatic way to do this with CSS, anyway you could write a CSS rule for each field with title hidden like:
dd.FIELDALIASValue, dd.usernameValue, dd.firstnameValue {margin-left:0px !important}
  1. more than a month ago
  2. Support
  3. # Permalink
prffrost Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 1
  • Page :
  • 1


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