I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Text really small

dashed-slug.net Forums Exchange extension support Text really small Reply To: Text really small

#3466
alexg
Keymaster

Hello phiten,

I try to provide some CSS defaults that will sort-of work with most themes and most screens.

If I change the CSS too much to cater for one individual another one will complain.

Therefore the best course of action is for you to override the CSS yourself to your liking.

I would recommend that you create a child theme for your theme, if you haven’t already, and add this into its style.css:

.dashed-slug-wallets-exchange table {
	font-size: normal;
}

In the far future I would like to be able to add Customizer support for the UIs but this will not be soon.

Hope this helps.

kind regards