Posted: April 29, 2017 at 10:41 am
|
I am trying to move some text that is added to the ticket selector by the Event Espresso – Pricing, Tax Settings, Indicates whether or not to display prices with the taxes included. It ads the text at the bottom of the ticket selector that says.”* price includes taxes” the css for the element is element.style { |
Hi Robin, Some of the CSS for that messaging is added inline so it appears as the page is rendered rather than being changed exclusively through a CSS class or ID. What kind of changes are you trying to make to it? — |
|
|
Hey Lorenzo. As you can see in the pic in the previous post the text is in the middle of the ticket selector table border so it is hard to read. I would like to move it down and to the left,so rather than |
Hi Robin, You could try setting some margin for the div that has that border. If you can post a link to the event in question I can give you some specific CSS that will accomplish this. |
|
|
Thanks Josh I didn’t think about using the margin on the table. |
Hi Rob, You might want to use this instead:
Otherwise all tables everywhere on your site will get a 15px margin bottom. |
|
|
Thanks Josh but that didn’t work. I also tried The template is overriding the ticket selector. |
I think you mean the other CSS from your theme is overriding your CSS. Instead of using !important, you can add more specificity. e.g.
This way you’re still only targeting the ticket selector table, but the selector is very specific with the addition of the ID and element. |
|
|
Thanks Josh |
The support post ‘CSS location’ 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.