Home › Forums › Calendar Products › Events Calendar PRO › Mobile CSS
- This topic has 5 replies, 2 voices, and was last updated 11 years, 11 months ago by
Casey D.
-
AuthorPosts
-
May 1, 2014 at 2:15 pm #147725
aling
ParticipantHello-
I created a tribe-event.css per the theme guide on overwriting certain css styles but I don’t understand how to overwrite certain mobile css within that file. I’m very new to responsive design so I don’t understand.Please help!
Thanks,
AmyMay 2, 2014 at 1:47 pm #148517Casey D
MemberHello aling,
Thanks for contacting us!
Unfortunately that level of customization typically goes beyond the scope of the forums, but if you offer some specific examples/problems I may be able to help.
The more specific your examples, links, screen-sizes and especially screenshots, the more I’ll be able to create fixes quickly. Otherwise I’ll just run out of time :/
Feel free to reply and I’ll see what I can do!
– Casey Driscoll
May 5, 2014 at 3:25 pm #150904aling
ParticipantHi Casey-
Thanks for getting back to me. The changes I want to do is very minor so I can’t probably just edit it directly in the plugin css files.But what I wanted to do for instance is, for this mobile css: “.tribe-events-sub-nav li a”, I wanted to change it so that there is no background color at all. Or changing out background or font colors.
Let me know,
AmyMay 5, 2014 at 3:26 pm #150907aling
Participantcan’t = can
May 6, 2014 at 8:07 am #151718Casey D
MemberSome screenshots or links would help with the actual specifics, but here are some pointers to get you started.
- Typically, don’t change the theme or plugin’s css files, they will be overwritten on updates.
- Use overriding css files, or use plugins like http://wordpress.org/plugins/simple-custom-css/ to add css to your site.
- Use !important before a semicolon to override every css rule. It’s a brute force method, but works for quick fixes.
- Google is great for CSS fixes. Just type a few keywords with ‘css’ and you should find something very helpful.
I don’t know much about your site, but given these rules I believe the code you are looking for is something like this:
.tribe-events-sub-nav li a { background: none !important; }Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
May 20, 2014 at 11:55 am #167853Casey D
MemberHello aling,
We typically close threads if there is no activity after two weeks. Feel free to create a new thread and reference this one to save you time.
Cheers!
– Casey Driscoll
-
AuthorPosts
- The topic ‘Mobile CSS’ is closed to new replies.
