Posted: March 1, 2017 at 6:46 pm
|
I’m using the short embed code to create my ticket selector page (https://oxyfoodconference.org/registration/) but the text and button styling seems entirely out of whack – I seem unable to control color and size. Any suggestions? |
Hey there, In your theme’s CSS file you have some style that is making the text white: Around line 191:
You should be able to override that by adding the following CSS to in your WP dashboard > Appearance > Customize > Additional CSS settings: Hope that helps. Please let us know if you have further questions. |
|
|
Thanks. Incredibly helpful. I added the following to the Additional CSS .vertical-center > div > div and that seems to have cured the display issues on that page. But I’ve added a few free tickets to test some of the other functionality and it looks like there are css issues in the subsequent pages. Have I just exchanged one problem for another? |
Hi, Could you let us know the styling that you are wanting to change? You can share a screenshot of the specific areas: https://eventespresso.com/wiki/troubleshooting-checklist/#screenshots — |
|
|
In this image: For this one: https://oxyfoodconference.org/wp-admin/upload.php?item=1118 Thanks again for any help. |
Hi, These issues you are seeing seem to be issues with the theme, in this file: Try adding this CSS using the method I mentioned above (using the CSS editor inthe WP admin):
If you have further issues, I would recommend contacting the theme developer, as they should be responsible for fixing these issues and updating their theme files. Please let us know if you have further questions.
|
|
Hi there, I can’t see your second screenshot, but here’s something you can add that will help:
|
|
Almost forgot, you might want to check the theme settings in the WordPress Admin > Appearance > Customize page to see if you are able to adjust any of the items you are trying to fix because the second part of your question seems to be related to the font-size styling, which is currently set at 12px in your theme’s CSS file. If there are no options to adjust the CSS in the theme settings, then you can use something like this to increase the font size for the the submit button and ticket select inputs:
Also, if you are interested in learning more about CSS, I would suggest this resource: https://www.w3schools.com/css/default.asp I also use the Firefox Developer tool, called Page Inspector, to inspect the problem elements and see what CSS has been applied. I can also edit the CSS directly in the page to see the live results: https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector Hope that helps. Please let us know if you have further questions. |
|
The support post ‘Styling Ticket Selector – EE4 using Khore (Showthemes)’ 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.