Forum Replies Created
-
AuthorPosts
-
December 24, 2014 at 8:02 pm in reply to: How to Change Link Color in Sixteen Nine Pro Theme #135289wp guyMember
Look for this and change the color code to anything you want:
a {
color: #520962;
text-decoration: underline;wp guyMemberI've been configuring themes for clients now for 5 years. I only had to add one thing to my contract in those five years - that if they demand I use a theme from Themeforest, I am not in any way responsible if an update breaks the theme.
wp guyMemberShe's using this theme: http://my.studiopress.com/themes/swank/#demo-full
wp guyMemberBrad, I just added that code but don't see any change.
wp guyMemberI agree, and this goes right back to WordPress updates. So what happens to some random theme five years from now when it's no longer supported by the developer? I've already run into these issues.
So it becomes easier to make the case for sticking solely with Genesis.
wp guyMemberSCOE - I'm getting close. I have clients "demanding" that I use other themes which always ends up costing me a lot in additional time. I like clean code.....not having to sift through 80 files. I have one studio that I will never use again - no need to "name names" here.
But yes...getting very close to telling clients that I exclusively work with Genesis.
wp guyMemberMaybe it's just paranoia, but I always wait a bit to update unless it's some kind of security issue. I'm not seeing a lot in this update that I "need" to have and from time to time bugs are reported with updates. So I'll just sit back and wait a bit...
That said, this is one of the reasons I wish all of my clients would choose Genesis. I have far less fear clicking the update button.
wp guyMemberPartially true. If it was a transaction from PayPal funds they might not receive a refund. However, if they used a credit card through PayPal's payment portal they can win the chargeback via their credit card company and PayPal is forced to reverse the transaction.
Beyond that, file the complaint anyway. After "X" number of complaints PayPal will close their account.
wp guyMemberIt's going to be tough to sue an oversees developer. Hopefully you used a service like PayPal where you can file a dispute.
wp guyMemberwp guyMemberThis forum alone make the investment in Genesis well worth it. If there's a required modification, someone has a code snippet ready to go. If you need style modifications, this forum's free support is beyond anything else you'll find. With many other themes, support is only offered by way of submitting a ticket and only for core theme issue. Styling help? Not offered.
wp guyMemberPersonally, I think StudioPress completely nails it on their choice of large body fonts. These fonts are user friendly - easy to read. Compare that with many other themes that use 13px fonts that are very difficult for users to read or the dreaded "text shadow" effect which is form over function.
wp guyMemberThat did the trick, thank you!
wp guyMemberWorked perfectly! Thank you.
wp guyMemberThank you!
wp guyMemberMy fault for not closing this out. I figured it out.
wp guyMemberWorked great - thank you!
wp guyMemberPerfect! That last piece of code did that trick. Thank you.
wp guyMemberI'm pretty sure. I made the changes in firebug to see if it would work and it did not. Below is the entire code after I made your changes:
/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
.menu-primary,
.menu-secondary,
.site-header .menu {
background-color: #ebe5dc;
clear: both;
color: #737068;
font-size: 14px;
margin: 0 auto;
overflow: hidden;
width: 100%;
}.menu-secondary {
background-image: url(images/bg-footer-widgets-bot.png) bottom;
border-top: 1px dashed #fff;
}.site-header .menu {
float: right;
margin: 0;
width: auto;
}.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
float: left;
width: 100%;
}.menu-secondary li, .site-header .menu li {
float: left;
list-style-type: none;
}.menu-primary li{
display: inline-block;
list-style-type: none;
}wp guyMemberThank you, but when I put in those changes it still did not center the menu.
-
AuthorPosts