Mini Cal Customization

More
11 years 1 month ago #57891 by Andy
Mini Cal Customization was created by Andy
Hey OS Solutions,

I am wondering if there is a built in way to customize the event calendar? Or do I need to change via CSS? If so, can someone link me the direct file path, because I am having troubles finding it.


Thanks,
Andy

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
11 years 1 month ago #57899 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Mini Cal Customization
Hi Andy

Please give us more details about your questions so that we can guide you:

1. Send me the link to the page

2. Let us know how you want to change it

Then we will guide you

Tuan

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #57912 by Andy
Replied by Andy on topic Mini Cal Customization
Okay, the site is www.superiorsafetysolutions.com

& I am looking to be able to change the styling of the calendar. On the page I linked the mini cal is about midway down. I would like to change basic properties like background, fonts, spacing, etc.

I search through the zipped files to find the appropriate CSS line of code, but I had trouble finding it. Considering it was not the same place as my Chrome Dev Tools sent me.

Andy

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #57956 by Dang Dam
Replied by Dang Dam on topic Mini Cal Customization
Hello.
This is css style file you can work on. Please open it and edit from here.
www.superiorsafetysolutions.com/componen...assets/css/style.css
from line 120.
Change color, font... you want.
Thanks.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #57993 by Andy
Replied by Andy on topic Mini Cal Customization
Could you also help with a bug I am encountering.

If you browser my site at www.superiorsafetysolutions.com & click on "Book a Course" in the top navigation. It distorts my site & makes everything bold. Any suggestions on why?

Andy

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #58021 by Dang Dam
Replied by Dang Dam on topic Mini Cal Customization
Hello.
Please go to this link: www.superiorsafetysolutions.com/template.../orange/template.css
on line 940. add this css. text-shadow: none!important;
on line 982. replace with this css: background-color: #222!important; color: #FFF!important;
Thanks.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #58051 by Andy
Replied by Andy on topic Mini Cal Customization
Okay, can you tell me the exact selector to apply these rules to? I believe the format of my CSS document is spaced and the lines aren't correct.

I tried these selectors:

@media screen and (min-width: 991px) {
.navbar-default .navbar-nav > li > a {
padding: 0 20px;
line-height: 55px;
text-shadow: none !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #222 !important;
color: #fff !important;
}

This did not fix my issue, as I still have the distortion taking place after going to the calendar view of my events.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #58137 by Andy
Replied by Andy on topic Mini Cal Customization
Any suggestions?

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc