css to change the nav links and title tags

Home Forums Calendar Products Events Calendar PRO css to change the nav links and title tags

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #1543896
    GDPR20190220
    Participant

    Hello,

    What is the appropriate css to change:
    *nav links (next events, previous events, all events, etc)
    *title tags in the event details

    ,

    Thank you.

    #1544247
    Courtney
    Member

    Hi Keith

    I’ll close out the other thread and work with you here.

    We’re limited in helping with styling customizations, per our Scope of Support / Terms.

    But a few tips to help you carry this further include:

    1. Start by modifying what you can at Appearance » Customize » The Events Calendar.
    2. We generally don’t recommend that you change the theme or plugin’s CSS files directly, as they will be overwritten. To avoid this, follow the steps outlined in Themer’s Guide
    3. Use overriding CSS files, or add CSS to your site using Appearance » Customize » Additional CSS.
    4. Use !important before a semicolon to override every css rule. It’s a brute force method, but works for quick fixes.
    5. Please check out this Customizing WordPress #2 – Using Chrome Developers Tools YouTube video in addition to our Using Chrome Developer Tools tutorial on how to easily make changes using CSS.

    I might be able to take a quick peek but really would need a link to your site to be sure I share the correct code. Can you send me a link, along with an annotated screenshot if possible?

    Thanks
    Courtney 🙂

    #1544429
    GDPR20190220
    Participant

    This reply is private.

    #1545343
    Courtney
    Member

    Hey Keith

    Can you add the following code to your child theme, or in Appearance » Customize » Additional CSS?

    #tribe-events-footer .tribe-events-nav-previous a {
        color: #0EABE0 !important;
    }
    
    #tribe-events-footer .tribe-events-nav-next a {
         color: #0EABE0 !important;
    }
    

    Can you share a link to where I can find the 2nd screenshot live on your site?

    Thanks
    Courtney 🙂

    #1547405
    GDPR20190220
    Participant

    This reply is private.

    #1547425
    GDPR20190220
    Participant

    This reply is private.

    #1547453
    GDPR20190220
    Participant

    This reply is private.

    #1548270
    Courtney
    Member

    This reply is private.

    #1548457
    GDPR20190220
    Participant

    This reply is private.

    #1549541
    Courtney
    Member

    This reply is private.

    #1549697
    GDPR20190220
    Participant

    This reply is private.

    #1551319
    Courtney
    Member

    Hey Keith

    Can you add the following code to your child theme, or in Appearance » Customize » Additional CSS?

    #tribe-events-photo-events .tribe-event-featured a.tribe-event-url {
        color: #0EABE1 !important;
    }
    #tribe-events-photo-events a.tribe-event-url {
        color: white !important;
    }
    

    Let me know if that works for you.

    Thanks
    Courtney 🙂

    #1551485
    GDPR20190220
    Participant

    Yes, that does change it to white (a.tribe-event-url), but the featured items are set to white. This makes the title blend in.

    Thank you,

    #1551571
    GDPR20190220
    Participant

    Yes, that does change it to white (a.tribe-event-url), but the featured items are set to white. This makes the title blend in.

    Thank you,

    #1552196
    Courtney
    Member

    Hi Keith

    When I view your site now, I see the white background with blue headings, and vice versa. Is this what you wanted? Is it all working for you now?

    Thanks
    Courtney 🙂

Viewing 15 posts - 1 through 15 (of 17 total)
  • The topic ‘css to change the nav links and title tags’ is closed to new replies.