Home › Forum › Customization › menu bar / showcase plugin / button color
This topic contains 7 replies, has 3 voices, and was last updated by StartupWP 3 years, 11 months ago.
- AuthorPosts
- February 23, 2014 at 5:48 PM #1458
A few questions:
- Can the font color be changed in the menu bar via custom CSS or is it necessary to use a child theme and modify the style there?
- Also on the menu bar, can custom CSS be used to change the border between menu items or make it transparent?
- A small underscore appears to the lower left of each picture in the photo gallery. Any way to remove that? Site is http://www.edandnan.com/cakekrums/photo-gallery/
- Entering the key for the Showcase plugin says it’s invalid. The plugin works fine except for the small dash mentioned above. Are there other features the key unlocks?
- Can the short code button color and button font color be modified?
Thank you.
February 23, 2014 at 8:01 PM #14591. 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 #2221I 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 #2222Link to your site please. There might be a slight variation in the code.
April 22, 2015 at 10:26 PM #2224Thanks very much. The site is http://argos-gallery.com
April 23, 2015 at 1:27 PM #2225#menu ul li a { color: #6E6262; text-shadow: none; }
April 23, 2015 at 7:08 PM #2226Brilliant. 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 #2227 - AuthorPosts
You must be logged in to reply to this topic.