• Resolved rdp91

    (@rdp91)


    Hi, i need to remove the grey background at the next/prev button and to put the text with blu color, how can i make?

    In attached the video to see the element to change -> https://somup.com/c31v6ctWdU

    Thank you so much

    Riccardo

    • This topic was modified 2 years, 5 months ago by rdp91.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Guga Alves

    (@gugaalves)

    Hi there,

    I can see that your theme is changing button colors, but you can overwrite that by adding the following CSS snippet on wp-admin > Appearance > Customizer > Additional CSS section:

    .tribe-events-calendar-list-nav button, .tribe-events-calendar-list-nav button[disabled] {
        background: white!important;
        color: var(--tec-color-text-disabled)!important;
    }

    Please let us know if you need any additional help.

    Best Regards!

    Thread Starter rdp91

    (@rdp91)

    hi, thanks for the quick support. inserting the code this does not color the font blue, and also in the other the right and left arrows are always the same.
    At the bottom, however, when I approach with the mouse on next events, previous events in hover, the gray background is seen.
    How to solve?

    Plugin Support Guga Alves

    (@gugaalves)

    Hi there,

    The code I provided below changes the button to the color defined on the TEC plugin, but you can change it and use any other HTML code instead of the var(–tec-color-text-disabled).

    To change the hover, please use the following CSS:

    .tribe-events-c-nav__list button[disabled]:hover {
        color: var(--tec-color-text-disabled)!important;
        background: transparent!important;
    }

    Again, note that you can change the color to any other HTML color code, and you can check HTML color codes at https://htmlcolorcodes.com/.

    Plugin Support Abz

    (@abzlevelup)

    Hey @rdp91, this thread has been inactive for a while, so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up, and we’d be happy to help.

    Cheers,
    Abz

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change color background on Prev/next button and’ is closed to new replies.