change text and button colors
-
how i can change the colors of my button and the tekst in the button by the page, contact.
The blog I need help with is: (visible only to logged in users)
-
Hi spacecakedesign
how i can change the colors of my button and the tekst in the button by the page, contact.
The blog I need help with is spacecakedesign.nl.
Can you please let us know exactly for which buttons you need help with?
-
-
Hey spacecakedesign,
Do you mean the “Submit” button on the Contact page?
If so then of which color button you want to have? -
-
Hi
Please try the code below to change the text and background color:
input.pushbutton-wide { background-color: grey; color: purple; } -
-
Hi, to change the colors of the button on hover, add this and edit the color codes as desired.
input.pushbutton-wide:hover { background-color: #ffee33; color: #3344ff; } -
I’ve got a similar question. I’m trying to change the links on my entire webpage (links, buttons, etc) but it’s only working on the page I currently am on when I add it to Custom CSS. If I change page after, it’s like I didn’t add any custom CSS at all. Is this due to the theme’s original CSS?
a:link {
color: #e63998;
}/* unvisited link */
a:visited {
color: #e63998;
}/* visited link */
a:hover {
color: #e63998;
}/* mouse over link */
.entry p, .entry dd {
color: #e63998;
} -
Hi @sassathesassy, the first three CSS rules you have are basic settings, but the theme may have more specific CSS selectors used to set colors for various links.
Since you are using the Personal theme, and this thread is about Lodestar, can, and since CSS is generally theme specific, can I ask you to create a new thread in the CSS Forum and let me know which links aren’t changing? I’m not seeing links in page or post content.
Many thanks in advance.
- The topic ‘change text and button colors’ is closed to new replies.