Posted: April 25, 2017 at 11:28 am
|
Hi there https://drive.google.com/open?id=0Byxpf0x-vmm_bjRuV19IeTRWNUk Is it possible that someone could give us some CSS code to help us with this? We also want to reduce by half the width of the dropdowns to select the number of tickets and possibly put an image in the background or at least change the colour of the background in the ticket selector section. All help greatly appreciated! Thanks |
Hi Rob, Much of what the page looks like now is controlled by your WordPress theme, so in addition to the screenshot we’d also need to be able to look at the actual web page now, or if that’s not possible, get a copy of the same WordPress theme that we can load up onto a test site. Can you post a link to the web page that you’re looking to customize or send us a copy of the WordPress theme? |
|
|
http://www.urbanninja.co.uk/events It just looks completely blank with nothing on it – I want to change the headings of the columns, want to add another column, want to add a photo in the background – just of the ticket selector section, the rest of the page is fine. |
OK so you can change the text in the headings with some PHP code added to a site specific plugin, you can add a photo in the background with some CSS code, and you can change the width of the ticket selector quantity column with some CSS code too. Adding a column isn’t possible at this time. The PHP code for changing the column text involves using these 3 filter hooks: So for example, you change the Qty text to “Select” with the last filter in the above list with this code:
You can add the above code to a functions plugin. CSSCSS code can be added by clicking on Customize > Additional CSS. The following CSS will add a background image:
The following CSS will change the width of the last column:
|
|
The support post ‘Changing event layout page’ 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.