Notifications
Clear all
Topic starter
10/10/2017 8:08 pm
How I can enable this simple style for wpDiscuz? By default i have big square buttons
11/10/2017 10:46 am
This was the wpDiscuz 3 version. This is an old style, it's not available on wpDiscuz 4. However you can use this CSS code to change button style:
#wpcomm .wc-cta-button {
background: none;
border: none;
color: #666;
font-size: 14px !important;
text-transform: none !important;
}
blacklegacy reacted