Home Forums Pro Themes Education Hub Pro Widget Calender

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #73924
    André Verkens
    Participant

    Can I have the css codes to transform the calender of the Education HUB PRO version with the calender widget of the free Theme Education HUB

    #73976
    wensolutions
    Keymaster

    Hello @andre,

    Actually, we are not quite clear with your issue so please explain it with the proper screenshot along with the site URL so that we can help you further.

    Thank you.

    Regards!!

    #73994
    André Verkens
    Participant

    This is the calender in Education HUB free that I would like in the PRO version: https://www.interactum.be/web/wp-content/uploads/calender-Education-HUB-free-version.png

    Actual url with the Theme Education HUB PRO : http://www.interactum.be

    I look forward to your solution.
    Thanks, André

    #74000
    wensolutions
    Keymaster

    Hello @andre,

    To get the layout of the calendar as in the free version use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #calendar_wrap table {
        background: #294a70 none repeat scroll 0 0;
        color: #ffffff;
    }

    Hope this helps.

    Best Regards!!

    #74005
    André Verkens
    Participant

    Thanks. Problem is partly resolved. I added css below but last row in the calender and two days in the table are difficult to view.

    #calendar_wrap table {
    background: #294a70 none repeat scroll 0 0;
    color: #ffffff;
    }
    .widget_calendar caption {
    background: #ffab1f none repeat
    }
    .widget_calendar #today {
    background: #ffab1f none repeat scroll 0 0;
    }

    #74033
    wensolutions
    Keymaster

    Hello @andre,

    The few letters are slightly dark due to the blue color so we will provide the CSS that will change the color to white as in the free version.

    For this add below given CSS in Additional CSS.

    .widget_calendar a {
        color: #fff !important;
    }

    Hope this helps.

    Best Regards!!

    #74044
    André Verkens
    Participant

    Thanks !
    Kindly regards, André

    #74050
    wensolutions
    Keymaster

    Hello @andre,

    Glad we could help you.

    If you have any issues further then please let us know.

    Also, we would really appreciate if you could help us by rating out theme by following the link given below:

    https://wordpress.org/support/theme/education-hub/reviews/

    Hope this helps.

    Best Regards!!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.