andytur
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Accept Payments via PayPal] Change text colorOh wow, that’s awesome support, worked perfectly, thank you.
I’ll use this as a prompt to start learning CSS, thanks again.
Regards
AndyForum: Plugins
In reply to: [Easy Accept Payments via PayPal] Change text colorThank you. I have added the plugin and understand I should add CSS here. My issue predictably, is I can’t figure out what element / class needs changing.
I have been examining the paypal plugin code and see six x:
<tr valign=”top”><td width=”25%” align=”right”>
Payment Option 1 :
</td><td align=”left”>
<input name=”wp_pp_payment_item1″ type=”text” size=”25″ value=”<?php echo get_option(‘wp_pp_payment_item1’); ?>”/>
Price :
<input name=”wp_pp_payment_value1″ type=”text” size=”10″ value=”<?php echo get_option(‘wp_pp_payment_value1’); ?>”/></td></tr>
I am happy with all the text colors excepting the 6 variables in the drop down white box, which should have black text inside the white box.
From my reading of CSS I guess I need to identify the element(s) that need the color changing is it:
function paypal_payment_options_page() {
if (isset($_POST[‘info_update’]))
{
echo ‘<div id=”message” class=”updated fade”><p>‘;So is ‘updated-fade’ the class I need to reference? If not can you suggest how best I ask for direct support, if you have a paid option (given its my ignorance here)?
Forum: Themes and Templates
In reply to: [Customizr] Re-positioning elements on home pageI don’t think I explained this clearly.
I switched off the slider on static home page.
I would like the static home page text to be between the top menu and the featured pages section, not below the featured pages section.I’ve looked through most pages and haven’t seen a response like this, is it possible to do?
Regards,
AndyForum: Reviews
In reply to: [Customizr] Poor Documentationlol, i’d never seen wordpress and had a customizr site up in 12 hours… can’t get much easier than this. Also, the support forum is imba.
Forum: Themes and Templates
In reply to: [Customizr] How to remove the embedded menuAhaha! Thanks a million.