@blackhorse1
Do you have a url where I can take a look?
It’s been awhile since I poked around Ultra.
Make sure you use a child theme or incorporate a decent custom css page so you don’t lose anything.
This is what would go in your custom css file. You’ll need to change colors to your preference. Hope it helps.
/* For the background color */
#content.site-content {
background-color: #e62222; /* BRIGHT RED;CAN’T MISS IT */
}
.site-header {
background-color: #e62222; /* BRIGHT RED;CAN’T MISS IT */
}
/*titles and headlines */
h1, h2, h3, h4, h5, h6 {
color: blue;
}
/* body text etc – change to your color */
body, button, input, select, textarea {
color: rgb(255, 250, 0); /* BRIGHT YELLOW;CAN’T MISS IT */
font-family: “Lato”, sans-serif;
font-size: 14px;
font-size: 1em;
font-weight: 400;
line-height: 1.7857;
}
Thanks, DFranswa!!! I will give it a shot and see what happens!!!
Hi @dfranzwa, thanks for helping out 🙂 Much appreciated.
Hi @blackhorse1
Thanks for giving Ultra a try great to hear from you.
If you don’t have a Custom CSS plugin yet you could check out:
https://wordpress.org/plugins/simple-custom-css/
http://jetpack.me/support/custom-css/
https://wordpress.org/plugins/so-css/
If you’re using Jetpack for something else then it’s the easiest option. Simple Custom CSS and SiteOrigin CSS will add an item under Appearance called Custom CSS. Jetpack will add an item under Appearance called Edit CSS.
Let me know if you need any further help.
(Ultra Premium has the settings you’re looking for. If you’d like to check out that offering, go to Appearance > Ultra Premium)
@misplon,
You’re welcome. I didn’t detect Jetpack or I’d have recommended it. I’ve been tinkering around with SiteOrigin CSS lately, and am liking it pretty well.
It takes a little css knowledge, but in a pinch, and with a little time, it could also teach it.
Dave
Good point re: Jetpack, thanks for checking 🙂
SiteOrigin CSS is a great suggestion. The visual editor compontent makes it a lot more powerful than a regular Custom CSS plugin.