/* Styles definition here */
fbuilder, #fbuilder label, #fbuilder span { color: #000000; }
fbuilder input[type=text], #fbuilder textarea, #fbuilder select { color: #000000; }
I put the form on a popup and when viewing the popup in editor the form shows dark grey font but when I open it on live the fonts are all white (instead of black) on white background.
]]>I have a question what is more preffered. Change as much as possible styling in the json theme file? or is the style.css also ok. I can imagine that if you stick with the json file as much as possible that it would be positive for the loading times in the browser?
This works:
/* --- URL without underline --- */
a {
text-decoration: none;
}
/* --- Navigation block without underline ---
a:where(:not(.wp-block-navigation)) {
text-decoration: none !important;
}
Also works is to set all text-decoration to ‘none’ in the Json file.
But it more easier to change this in the style.css, just because it is familier to us. On the other hand it is fun to do something different because it is new and the outcome is/can be more positive in the long-term.
Jeroen
]]>Any tips?
]]>I’m maintaining a WP server with hosting on bluehost, we update the site periodically via custom plugin and theme updates, last release was a week ago and everything went fine, site is still running OK.
Two days ago, an issue started happening when I enter admin credentials to dashboard of WP administration, there are no css styles and an error shows up on console, the error is the following:
Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING
Sometimes WP admin site loads correctly, but I think it has to do only about cache, because the majority of functions doesn’t work, for example, when trying to upload a plugin the nginx page for HTML error code 500 shows up.
I contacted support of bluehost but they couldn’t do anything about it.
Since is a bluehost hosted server, I can’t really modify configurations file of WP, and I don’t think the custom plugin and theme are the problem because they were working ok until two days ago (they are working ok, whole site is working, problem is when I try to enter administration panel).
I would really appreciate any help, or if anyone has had the issue and knows a fix, thank you!!!
.templateWrapper {
background: #2D444E;
}
.tempHeadContBdr {
background: #2D444E;
border-bottom: 1px solid #EAEAEA;
margin: 0;
padding: 10px 25px;
}
.tempHeadContBdr .frmTitle {
color: #fff;
margin: 0;
padding: 0;
font-size: 2em;
}
.section h2 {
border-bottom: 1px solid #D7D7D7;
font-size: 22px;
color: #fff;
font-weight: 500;
font-family: ‘Open Sans’,”Lucida Grande”,Arial,Arimo,Helvetica,sans-serif;
padding-bottom: 10px;
position: relative;
}
.section h2 a { color: #fff; }
.tempFrmWrapper .labelName {
font-weight: bold;
font-size: 13px;
color: #fff;
}
label.formSubInfoText {
color: #fff!important;
}
.submitColor {
color: #fff;
border: 1px solid;
border-color: #fff;
background: #2D444E;
background: #2D444E;
background: -moz-linear-gradient(top, #2f9eec, #1988d6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#2f9eec’, endColorstr=’#1988d6′);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.submitColor:hover {
background: #000!important;
}
Awesome plugin…
I’m wanting to change the text colour of location and current weather (from black to white)… can you confirm where in the wp-forecast-default.css file I do this?
I’ve tried adding colour to this section of the file, but I’m obvioulsy not doing it properly as no change applied on live sit:
/* style for current weather data */
div.wp-forecast-curr {
font-size: 11px;
color: #fff;
padding: 3px;
text-align:center;
margin-left:auto;
margin-right:auto;
Thanks in advanc.
]]>I am using the previous version of Mailpoet and I need custom styles for the newsletter portion of the plugin. How can I do this as I just see some basic styles on the sidebar.
Thanks,
Justin