Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2015-05-19 00:36:38

divinemayhemstudios
Member
Registered: 2013-06-27
Posts: 62

Changing the color of the "submit" button

I'm looking to change the color of the button on the Submit popup dialog. I have enabled PHPlugins and have already modified my custom CSS for another (similar) function. I have been instructed to inspect the page that the popup is on to see what area of the CSS I should modify. I'm afraid that I'm a little confused as how to determine exactly what I should add to my custom.css file to change the button color.

Here is a screenshot of the inspection:
dJJnQ40.png

Previously I wanted to change the background color for the popup box for the Cart and I added the following line to my custom CSS:

.mfp-content #modal {
    background-color: #7A7A7A;
}

Looking at the inspection, I'm thinking that the .crg.modal is the correct "neighborhood", but I'm wondering if I should get more specific and put:
.submission-form.crg-modal

or

.crg-actions button.submit


Does anyone have any suggestions?

Offline

#2 2015-05-19 04:25:35

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Changing the color of the "submit" button

putting this in custom.css works for me:

.crg-actions button.submit {
    background-color: red;
}

Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#3 2015-05-19 04:58:54

divinemayhemstudios
Member
Registered: 2013-06-27
Posts: 62

Re: Changing the color of the "submit" button

That was it.. I missed putting a # before my hex color.

Thanks again, Rod!

Offline

#4 2015-05-19 05:03:08

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Changing the color of the "submit" button

the joys of css color options.... wink


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

Board footer

Powered by FluxBB