Home › Forum › Customization › menu bar / showcase plugin / button color
- This topic has 7 replies, 3 voices, and was last updated 10 years, 10 months ago by
StartupWP.
- AuthorPosts
- February 23, 2014 at 8:01 PM #1459
StartupWP
Keymaster1. Add:
#menu ul.menu li a { color: #000; text-shadow: none; }Can be dropped right in your CSS box in your theme options, no child theme necessary.
2. Add:
#menu ul li a:hover { background: transparent; box-shadow: none; color: #fff; }3. Add:
.entry-content li:before { content: ""; }4. Could be a false error, let us know if you run into any limitations and we’ll investigate the issue further.
5. Add:
#content input[type="submit"], #content input[type="reset"], #container #searchsubmit, .button, #new-topic { background: none #FF1493; border: 1px solid #FF1493; box-shadow: none; color: #fff; }April 21, 2015 at 4:09 PM #2221eric
ParticipantI have a related question, and I found this advice by searching, but I need clarification.
I want to change the text color and delete the text shadow in the menu bar items, on my front page. It looks like the code specified above (“1. Add:”) would do that, if I replaced “000” with a color such as “6E6262”. I turned on “Custom Styles & Custom CSS”, then I copy-pasted this code into the “Custom CSS” text box under “Advanced Editing”. After saving, there was no change to the style of the menu-bar items. What am I doing wrong?
Thanks.
April 22, 2015 at 11:50 AM #2222StartupWP
KeymasterLink to your site please. There might be a slight variation in the code.
April 22, 2015 at 10:26 PM #2224eric
ParticipantThanks very much. The site is http://argos-gallery.com
April 23, 2015 at 1:27 PM #2225StartupWP
Keymaster#menu ul li a { color: #6E6262; text-shadow: none; }April 23, 2015 at 7:08 PM #2226eric
ParticipantBrilliant. Thank you!
I’m a new startup user, I hope you folks are around a long time. Let me know how I can direct customers your way.
–Eric
April 24, 2015 at 8:52 AM #2227StartupWP
Keymaster - AuthorPosts
- You must be logged in to reply to this topic.
