Title: Changes to Styling: Submit Button and Entry Button
Last modified: June 15, 2023

---

# Changes to Styling: Submit Button and Entry Button

 *  Resolved [tslofphoenix](https://wordpress.org/support/users/tslofphoenix/)
 * (@tslofphoenix)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/)
 * I’m using the Ocean WP theme, but with an Elementor Page Builder. I would like
   to change (1) the background color and (2) the size of the WRITE A NEW ENTRY 
   BOX and (3)the SUBMIT button. I found some CSS on this forum, but it’s not working.
   Perhaps, it’s due to the page builder. (I would also like (4) to delete the words,(
   no entries yet.) Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchanges-to-styling-submit-button-and-entry-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/page/2/?output_format=md)

 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/#post-16834184)
 * Hi, that should be possible. I could even write some CSS for you to get started.
   Could you give me entry to the website? I assume it is not public yet but with
   some login code I could access it?
 * About the “(no entries yet)”, that will change once there is an entry. You could
   even write your first entry with an invitation to post entries.
 *  Thread Starter [tslofphoenix](https://wordpress.org/support/users/tslofphoenix/)
 * (@tslofphoenix)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/#post-16834286)
 * I’m happy to send a temporary login, but privately, of course. How do I do that?
 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/#post-16834364)
 * Oh, sorry, ofcourse.
 * My email is [marcel@timelord.nl](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/marcel@timelord.nl?output_format=md)
 * Preferably just a password to bypass the “under construction” plugin, otherwise
   a role as low as possible (definitely not admin).
 *  Thread Starter [tslofphoenix](https://wordpress.org/support/users/tslofphoenix/)
 * (@tslofphoenix)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/#post-16836938)
 * Sorry, I failed to notify you here that I sent the information you requested 
   to your email.
 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/#post-16837377)
 * Does this CSS work for you?
   You can add it at Appearance > Customizer > Custom
   CSS.With the padding, you could play with values, they are 1.top, 2.right, 3,
   bottom, 4.left.The colors are taken from the logo, hopefully they are okay with
   you.
 * `html body .gwolle-gb input.button {`
   `padding: 10px 10px 10px 10px;``background-
   color: #9436ff;``}``html body .gwolle-gb input.button:hover,``html body .gwolle-
   gb input.button:active {``background-color: #ff85ff;``}`
    -  This reply was modified 2 years, 11 months ago by [Marcel Pol](https://wordpress.org/support/users/mpol/).
      Reason: this editor is hell
 *  Thread Starter [tslofphoenix](https://wordpress.org/support/users/tslofphoenix/)
 * (@tslofphoenix)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/#post-16837480)
 * Shucks! I was so sure it was going to work. It didn’t. Must be Elementor that
   is interfering. I don’t have Elementor Pro installed which has a section specifically
   for CSS. The free version does not. Unless you have other ideas, we can mark 
   this closed.
 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/#post-16837518)
 * `Does this work?`
 * html body .gwolle-gb input[type=”submit”],
   html body .gwolle-gb input[type=”button”]{
   padding: 10px 10px 10px 10px;background-color: #9436ff;}html body .gwolle-gb 
   input[type=”submit”]:hover,html body .gwolle-gb input[type=”submit”]:active,html
   body .gwolle-gb input[type=”button”]:hover,html body .gwolle-gb input[type=”button”]:
   active {background-color: #ff85ff;}
 *  Thread Starter [tslofphoenix](https://wordpress.org/support/users/tslofphoenix/)
 * (@tslofphoenix)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/#post-16837620)
 * Unfortunately, it doesn’t budge. I cleared the cache on the site and the browser.
   No change.
 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/#post-16837716)
 * Hi, the comments are wrong 🙂
 * It should be:
 * /* This is a comment */
 *  Thread Starter [tslofphoenix](https://wordpress.org/support/users/tslofphoenix/)
 * (@tslofphoenix)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/#post-16837733)
 * Thank you, thank you, thank you for catching that. Everything works fine now.
   😀😀😀
 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/#post-16837752)
 * Great to hear 🙂
 * There are still more faulty comments in the custom CSS.
 *  Thread Starter [tslofphoenix](https://wordpress.org/support/users/tslofphoenix/)
 * (@tslofphoenix)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/#post-16837787)
 * I think I fixed them all now. Thanks. By the way, the coding did turn the buttons
   purple. Not the hex colors I indicated, but I’m happy, at least they aren’t blue
   any more. 😄
 *  Thread Starter [tslofphoenix](https://wordpress.org/support/users/tslofphoenix/)
 * (@tslofphoenix)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/#post-16837832)
 * Oops! I see that I have prior entries from you in the Customizer. Trying to figure
   out which ones to delete. The first one seems to be the one that is working. 
   It changed both buttons.
 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/#post-16837846)
 * Could you (temporarily) remove that first one? The second one should have the
   right colors and a hover/active state with the pink.
 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/#post-16837850)
 * And there is a ‘:’ missing here: “div.gwolle-gb-total{display”
 * 🙂
 * Oops, edit:
 * There is a closing ‘}’ missing 😉
    -  This reply was modified 2 years, 11 months ago by [Marcel Pol](https://wordpress.org/support/users/mpol/).

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/page/2/?output_format=md)

The topic ‘Changes to Styling: Submit Button and Entry Button’ is closed to new 
replies.

 * ![](https://ps.w.org/gwolle-gb/assets/icon-256x256.png?rev=1114688)
 * [Gwolle Guestbook](https://wordpress.org/plugins/gwolle-gb/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gwolle-gb/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gwolle-gb/)
 * [Active Topics](https://wordpress.org/support/plugin/gwolle-gb/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gwolle-gb/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gwolle-gb/reviews/)

## Tags

 * [Gwolle Guestbook](https://wordpress.org/support/topic-tag/gwolle-guestbook/)

 * 18 replies
 * 2 participants
 * Last reply from: [tslofphoenix](https://wordpress.org/support/users/tslofphoenix/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-styling-submit-button-and-entry-button/page/2/#post-16837879)
 * Status: resolved