Home Forums WoodMart support forum Dokan Follow / Unfollow button issue Reply To: Dokan Follow / Unfollow button issue

#135265

Hello,

Sorry for the delay.

Please add this code to the Theme Settings > Custom CSS > Global:

.dokan-single-store .dokan-list-inline li.dokan-right {
  margin-right: 0;
  margin-left: 5px;
  border-right: none;
}
.dokan-single-store .dokan-list-inline li.dokan-right button {
    margin-top: 4px;
}
.dokan-single-store .dokan-list-inline li.dokan-right .dokan-btn {
    border-color: #F05025;
    border-radius: 3px;
    background-color: #F05025;
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
}
.dokan-single-store .dokan-list-inline li.dokan-right .dokan-follow-store-button {
    padding: 6px 10px;
}

Best Regards