Gains on "Change text color on menu buttons?"

ساخت وبلاگ

As you can see on the site, if you press the white button it tus black, that's okay for now, but as the button text also is black it's not so okay.
How can I change the text color?
I know how to change the hover text color but not the static one.

http://www.gregorygains.com/

I don't see a white button with black text. Did you get this figured out?

Thank you for looking into this matter. :)
I changed the theme because I couldn't solve it.
But I want it solved so now I changed back to Mantra, will you take a look again?

You're welcome :) I'm happy to take a look. Any time you make changes like these, I recommend making them to a child theme or using a plugin that allows you to add custom CSS so the changes are not lost when you update the theme. Try adding the following CSS code, changing #fff; (white) to whatever color you would like it:

#access ul li.current_page_item > a,
#access ul li.current-menu-item > a { color: #fff !important;
}

Add CSS code where?
yes, I'm a newbie. :)
The child theme, is WAY over my knowledge.
Yup, newbie. :D

I apologize, I should have been more specific. Now is always a good time to lea :) No worries if you don't want to go that route. Many people don't want to; it's just good practice to not edit the parent theme itself.

I would do a search for "Custom CSS" in the plugin directory and select one of those. I've only used Jetpack for this, so cannot give any other recommendations. Each plugin will be slightly different, but they should add a link somewhere in your Dashboard (your back-end admin) that allows you to add/edit custom CSS. The plugin you decide to use should have some documentation for this.

As always, if you get stuck on any part of it, you know where the forums are (and each plugin even has its own dedicated support forum)! We're more than happy to help :) Good luck!

No need to apologize, you're very kind and helpful, so helpful in fact that the problem is solved, thank you! :)

I used the Simple Custom CSS, it really was simple, cool.

You're welcome :) I'm glad you were able to get it displaying how you wanted.

You people are so nice, it's amazing!

When I need more help I'll come back.....hm that was sooner than expected, hehe.
Maybe I should ask this in a new post?

If you look at my site you see facebook and Twitter down to the right, I want a picture of my own choosing on the left side, is that possible?
I also want a small text popping up when hover the pic.

If you want I'll post this in a separate post.

Thank you for the very kind compliment! I appreciate that, as I'm sure the other volunteers do as well.

In order to keep things organized and on-topic for people searching particular issues in the future, we like to keep things focused on the topic of the thread (post).

With that being said, if you would please start a new thread, we will see what we can do :)

I already did that, thanks again for all your help! :)

Button text now, the page I'm watching is red in bold, that's cool, but the other two button texts are black, I want them red too, but not in bold, that's only for the site I'm presently watching.
I also would like the hover color in yellow, just like the links on for example Gains Gear, they are red and tus yellow when hover, that's what I want for the button text.
Hmm, did that make sense?
I hope so. :)

The Mantra theme's Cryout Serious Theme Settings plugin doesn't seem to provide a field to change the non-current menu item font color, even on hover. When a theme is missing a cosmetic feature or you want to override a parent theme setting, that's when Custom CSS comes in handy.

To fix the non-current menu font color, add this code to your Custom CSS:

#access a { color:#FF0000;
}

For font hover color in yellow:

#access li:hover > a,
#access li > a:focus { color:#FFFF00;
}

Like Geoffrey said, you can change the hex value (that # number) to any value corresponding to its color.

I got the color I wanted for button texts. :)
But the hover doesn't seems to work?
Or, it does work, but I can't change the color, it's dark red no matter what color code I put in.

wanderer
Member
Posted 58 minutes ago #

Some setting is overriding your custom hover font color. Just change that line to:

color:#FFFF00 !important;

and it should work this time.

Yes it works, you really know what you're doing, thank you so much!! :)
This is awesome!

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 113 تاريخ : شنبه 11 ارديبهشت 1395 ساعت: 11:38