Also, I’m trying to style the login/sign-up bottons at the pop-up with some borders, but this does not seem to go through either. I’m trying:
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
border-style: solid
border-width: 1px
border-color: #fb6376
}
.xoo-el-form-container ul.xoo-el-tabs li {
border-style: solid
border-width: 1px
border-color: #e0e0e0
}
Can you enlighten on this as well? Thanks.
Nevermind. I fixed in a very alternative way 😀