CSS not working

Home Forums Welcome! Pre-Sales Questions CSS not working

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1253661
    luke
    Guest

    Do i have to pay for the pro version for CSS and template changes to work.

    I tried moving + Export Events to the right, which works if i do it in inspector in chrome, but if i apply to my style sheet it has zero effect.

    .tribe-events-icaltribe-events-button{
    float:right!mportant;
    }

    Thanks

    #1253796
    Geoff
    Member

    Hi Luke,

    Thanks for getting in touch!

    No, there is no need to purchase Events Calendar PRO to modify the calendar’s CSS. You can do that in three ways using The Events Calendar:

    • Make the changes directly in your theme’s style.css file
    • Make the changes on the Appearance > Customize > Additional CSS screen
    • Override the calendar’s CSS files in the theme folder

    That said, I see typos in your CSS. While I haven’t tested it out, this cleans things up a bit:

    .tribe-events-ical .tribe-events-button {
    float: right !important;
    }

    I hope this helps!

    Cheers,
    Geoff

    #1253808
    luke
    Guest

    hi thanks for the help but that CSS did not affect the element.

    .tribe-events-ical .tribe-events-button {
    float: right !important;
    }

    I even enqueued the css at the top of the style sheet and still no difference.

    #1254148
    Geoff
    Member

    Ah shoot, sorry that didn’t work!

    If you’re looking for further technical support, it would be awesome if you could post your question to our <u>WordPress.org support forum</u>.

    Or, if you already have an active license for one of premium plugins, will you please log into your account and post your topic to our premium support forum instead?

    And, when you do, it would be great if you could provide a link to your site with more detail on what you are trying to modify — that will help us dig in faster. 🙁

    Thanks so much!
    Geoff

     

    #1265129
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘CSS not working’ is closed to new replies.