Forum Replies Created

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

    (@jrembold)

    That brings up a question for me then… I assume if I made a change to the theme that those style sheets would apply to the site globally?

    Thread Starter jrembold

    (@jrembold)

    installed custom css

    popped this is, works well:

    .igsv-table tbody td {color: FFFFFF;}
    
    .igsv-table thead th {background-color: #FFFFFF;}
    .igsv-table tr:nth-child(even) {background-color: #88D2DC;}
    .igsv-table tr:nth-child(odd) {background-color: #3F88C8;}
    .igsv-table tr:hover{background-color: #CF4D41;}

    Thread Starter jrembold

    (@jrembold)

    I’ve found how to do it via some notes, but I don’t know where to enter this to update the table.

    .igsv-table tr:nth-child(even) {background-color: #88D2DC;}

    Version 3.1.6 same issue

    Catchable fatal error: Argument 1 passed to Ctct\Components\Contacts\Contact::create() must be an array, null given, called in /wp-content/plugins/constant-contact-api/vendor/constantcontact/constantcontact/src/Ctct/Services/ContactService.php on line 63 and defined in /wp-content/plugins/constant-contact-api/vendor/constantcontact/constantcontact/src/Ctct/Components/Contacts/Contact.php on line 153

    I am getting this error as well. When I place the widget at the footer of the page, it breaks the rest of the widgets after it in the code.

    I have since suspended it at smshug.org

    Error code:
    Catchable fatal error: Argument 1 passed to Ctct\Components\Contacts\ContactList::create() must be of the type array, null given, called in /home4/smshug/public_html/wordpress/wp-content/plugins/constant-contact-api/vendor/constantcontact/constantcontact/src/Ctct/Services/ListService.php on line 89 and defined in /home4/smshug/public_html/wordpress/wp-content/plugins/constant-contactapi/vendor/constantcontact/constantcontact/src/Ctct/Components/Contacts/ContactList.php on line 53

    Thread Starter jrembold

    (@jrembold)

    Never mind, fixed it by entering this custom css

    #footer_bottom {
    	background: #111C20 url(../images/skins/bg-footer-bottom-teal-grey.png) top center repeat-x;
    }
    
    .footer-content a,
    #footer_bottom a,
    #footer .blogroll li,
    #mc_signup .mc_required,
    .mc_required,
    #mc-indicates-required,
    #footer ul.tt-recent-posts li p {
    	color: color: #173359;
    }
    
    #footer .blogroll a,
    #footer ul.tt-recent-posts h4 {
    	color: #173359;
    }
    
    #footer h3 {
    	border-bottom: 1px solid rgba(255,255,255, 0.17);
    }
    
    #footer,
    #footer p,
    #footer ul,
    #footer_bottom,
    #footer_bottom p,
    #footer_bottom ul,
    #footer #mc_signup_form label {
    	color: #173359;
    }
Viewing 5 replies - 1 through 5 (of 5 total)