Posted: March 2, 2014 at 11:49 am
Hello again– #2: When logged in: When you click the title of the class you want to register for, it takes you to the registration page where you can also view the full description of the class. However, the title of the class on the registration page is significantly smaller than the title of the class on the listing page. #3: How do I change the color of the submit buttons? Link: http://capitalwineschool.com/new/?page_id=77 Screenshot: |
|
Are screenshots private, because I posted 5 here with my questions and I do not see them! I hope you can view them on your end! |
|
|
Hi, 1) The pages looked fine for me when logged out. Generally what you are describing happens when you have the reCAPTCHA turned on but no API key added. It seems it is currently disabled though. Without the screenshots (see below) it may be hard to figure out what happened. 2) That’s an odd one, it must be some CSS conflict but I can’t see what. Adding the following to your themes style.css file or to a plugin such as My Custom CSS should resolve it for you .post-single h3.event_title { font-size: 1.8em; } 3) This is found in your Themese custom CSS, so someone/theme developer must of added it button, input[type=button], input[type=reset], input[type=submit] { background: #10A4DD; padding: 5px 10px; border: none 0; color: #fff; height: 33px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } If you change the background: #10A4DD; to another colour, that should change the buttons for you. Regarding the screenshots, the forum software is overly strict and sometimes just doesn’t display them. It’s best to use a third party service such as Imgur, Photobucket, etc. |
Thanks! Everything is fixed except for #2. I entered in the CSS you suggested and it did make the text the correct size on the registration page, but now it’s HUGE on the event listing page! Here are links to my new screenshots: HUGE text on event listing page: http://oi62.tinypic.com/23uq87k.jpg |
|
|
You could try replacing it with this .post-single h3.event_title { font-size: 17px; } #event_wrapper h3.event_title { font-size: 17px; } |
The support post ‘Registration Page is not showing correctly only when logged OUT… and 2 more Qs’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.