Hi Ben,
Greetings!
Today, I have 2 questions about this topic –
(1)
after i made the updates, i noted that the users/ subscribers are not displaying anymore. (i still receiving the messages from the subscriptions in blank and we tested as well, so the plugin is working to subscribe – but when i have a look on the users page shows the number of subscribers but does not display then in list anymore). Could it happened because i have updated the theme?
(2)
Before i used to uses code as i post below. Does virtue ”overcover” jetpack subscription default, like have some block does not letting me customize them?
code i used to use:
.jetpack_subscription_widget input[type=text], .jetpack_subscription_widget input[type=email] {
color: #FF007F;
padding: 7px !important;
}
.jetpack_subscription_widget input[type="submit"] {
background: BUTTON BACKGROUND;
color: white;
margin: 0;
width: 100%;
padding: 6px !important;
height: auto;
border: none;
box-shadow: none;
text-shadow: none;
}
.jetpack_subscription_widget input[type="submit"]:hover {
background: BUTTON HOVER BACKGROUND;
}
Or is there a better pack (similar to jetpack) that ”match” better with virtue ?
thanks again!
Pip
(i have other question about kadence slider but i will open a new topic to dont mix up the subjects)