Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter andytur

    (@andytur)

    Oh wow, that’s awesome support, worked perfectly, thank you.

    I’ll use this as a prompt to start learning CSS, thanks again.

    Regards
    Andy

    Thread Starter andytur

    (@andytur)

    Thank 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)?

    Thread Starter andytur

    (@andytur)

    I 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,
    Andy

    lol, 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.

    Thread Starter andytur

    (@andytur)

    Ahaha! Thanks a million.

Viewing 5 replies - 1 through 5 (of 5 total)