Gridiculous Pro question re sticky post format text

  • Unknown's avatar

    Hi,
    I want to purchase Gridiculous for WP.com. It’s exactly what I’ve been looking for. I only have one quibble and want to know if it’s something I will be able to change: the sticky post format has hard to read white lettering on gray background. Is there a way to change the format of a sticky post so it’s just plain black text? Do I need to buy the customizer upgrade that lets you change fonts and colors? If so, will I need to learn CSS to do so?
    Thanks,
    Jana

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Howdy Jana!

    That’s definitely possible via CSS. You’re correct – in order to make that change, you would need to purchase the Custom Design upgrade shown here:

    http://en.support.wordpress.com/custom-design/

    However, you don’t necessarily need to learn CSS! I’m happy to provide the code for you. Just let me know once you’ve purchased the upgrade! Just a note, you can also activate a free 14-day trial just to make sure you like the theme and the upgrade prior to committing.

  • Unknown's avatar

    Thank you so much! So Gridiculous is $69 I think (a one time cost) and then the custom design is $30/year?

  • Unknown's avatar

    PS. How do I activate the 14-day trial?

  • Unknown's avatar

    Hi Jana,

    You’re exactly correct on the prices. The theme is $69 (one time) and the Custom Design upgrade is $30/year. To activate the trial, just navigate to Dashboard -> Store -> Store and click “Try Now” as shown here:

    Screen Shot 2014 06 12 at 4 42 45 PM

  • Unknown's avatar

    Got it! Love you guys! WP is the best!
    Jana

  • Unknown's avatar

    Ooops…one more thing…How do I get the code from you…just reply to this message once I’ve got the theme and upgrade purchased?

  • Unknown's avatar

    Hi Jana!

    You can start with this and let me know if it achieves the look you’re going for:

    #featured article a {
    	color: #000;
    	text-shadow: none;
    }
    
    #featured div.entry-content p {
    	color: #000;
    	text-shadow: none;
    }
    
    #featured div.entry-meta a {
    	color: #000;
    }
    
    #featured div.entry-meta {
    	color: #000;
    }
    
    #featured time.published.updated {
    	color: #000;
    }
    
    #featured h3.sd-title {
    	color: #000;
    	text-shadow: none;
    }
    
    #featured .rating-msg {
    	color: #000;
    }

    Just copy all of that code and replace everything under Appearance -> Customize -> CSS once you get the upgrade.

    Let me know if that works!

  • The topic ‘Gridiculous Pro question re sticky post format text’ is closed to new replies.