i would like to change the color of the text that has been circled, how can i do that.
Topic summary
Main issue: change the green confirmation text on the contact page to black.
-
Solution provided: Add this CSS at the end of main.css to override the style: #contactFormMessageContainer { color: black !important; }. Reporter confirmed it worked.
-
Follow-up request: make the cart button smaller. Solution: adjust font size via CSS: .header-cart { font-size: 14px !important; } (value can be tuned).
-
Latest development: request to center a hoodie/product image on the page. Two images (before/after mockups) were shared to show desired alignment. No specific CSS guidance given yet; this item remains unresolved.
-
Notes: Early in the thread, access to the contact page was requested (site link/password), but the shared details were removed. Not required for the implemented CSS fixes.
Status: Color-change and cart button size issues resolved. Image-centering request is open; awaiting CSS/layout instructions.
@dvaughn can you please share the contact page link?
The website is
@dvaughn password?
This content has been deleted
@dvaughn to view contact page
The color of it is currently green and I’d like to change the color of what i’ve circled to black.
@dvaughn - add this css to the very end of your main.css file and check
#contactFormMessageContainer{color: black !important;}
Thank you so much
I have another question, how can I make the cart button smaller.
@dvaughn add this as well, adjust number as per the need
.header-cart {font-size: 14px !important;}
Thank you very much, every time I go on here nothing works, except for you. Well appreciated brother. I’d just like to know how I can make this hoody in the center of my screen instead of where it is now. In the image below I have two screenshots, the first being how it looks now, and the second how i’d like it to look like, i’ve done it on photoshop. Assistance would be great! Thank you for the help brother.


