Styling queries

Home Forums Calendar Products Events Calendar PRO Styling queries

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1077000
    chipmunkdesign
    Participant

    Hi there,

    I was very happy with my calendar styling but updated my theme to latest version today and it appears to have changed the Events Calendar display and I’m struggling to get it back to how it was.

    http://www.parkhillschool.com/calendar-events/

    Where it’s showing under the search bar: Events For February 2016 … how do I change the colour of this title? Is it in my styling options for my theme itself or would it be part of the calendar styling? I can’t seem to find the option to change that black colour to something different.

    On a related note, can you alter the background (Monday, Tues etc) so it’s not using the theme’s primary colour (currently salmon)? I was using a different colour before (the darker red) and can’t find where to change this without actually changing the primary colour. I do want it to use my theme’s styling overall tho so always had Tribe Events Styles selected.

    #1077430
    Cliff
    Member

    Hi. If I’m understanding your request correctly, you’re wanting to change this text color: http://cl.ly/2x1g0m2e0h0X

    Please reference Avada’s documentation. If there’s not an option for it, you could add this custom CSS:

    body.post-type-archive-tribe_events .tribe-events-page-title {
    color: green;
    }
    body.post-type-archive-tribe_events #tribe-events-content.tribe-events-month table.tribe-events-calendar thead th {
    background-color: blue;
    }

    You can add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. Jetpack supports regular CSS and the LESS and Sass pre-processors.

    If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.

    Please let me know how it goes for you.

    #1085260
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Styling queries’ is closed to new replies.