mrkooij
Forum Replies Created
-
Just found out that users with editor-rights actually do have access to the galleries, which is sufficient in my case.
Forum: Plugins
In reply to: [Audiomack] GutenbergThat fixed it, thanks!
I sure hope this will be solved, the privacy notice is pretty much unusable now. The biggest isse is with strings in the comment section (Save my name, e-mail etc…’ I would be wiling to change htat line with ervry update, but I can’t find it in class.akismet.php or any of the php-files.
I missed the ‘Custom link’ field, problem is solved now.
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Layout formsFound the solution, addes these pieces of code to style.css.
For the fields;
input[type=”text”], input[type=”email”], input[type=”url”], input[type=”password”], input[type=”search”], textarea, select {
/* font-size: 0.9rem !important; */
font-size: 1.2rem !important;
/* line-height: 1.6842 !important; */
line-height: 1.23 !important;
}And for the buttons at the bottom of the page:
input[type=”submit”], input[type=”reset”] {
font-size: 12px !important;
color: #ffffff !important;
background-color: #333333 !important;
}I’ll change the status of this topic to ‘resolved’.
Greetings,
MarcForum: Themes and Templates
In reply to: [Twenty Fifteen] Layout formsYes I did. Well, actually I used this:
button,
input,
select,
textarea {
/* original background-color
background-color: #f7f7f7;
*/
background-color: #d3d3d3;
border-radius: 0;
/* original font-size
font-size: 16px;
font-size: 1.6rem;
*/
font-size: 8px;
font-size: 0.8rem;
line-height: 1.5;
margin: 0;
max-width: 100%;
vertical-align: baseline;
}
but it works with using ‘red’ as well.But it’s not the background-color that I’m having trouble with, It’s the font-size. You’ll notice I tried the way to change the font-size as well but it doesn’t work.
If it’s just not possible to do it in the style.css, I could ofcourse change the font-size using an inline style (tried it, works well), but I’d like to be able to change it in the style.css
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Layout formsThanks!
https://www.notuleerservicedegriffel.nl/wordpress/frysk/kontakt/
(The form is functional but not quite ready)