Strange CSS Override in Photo View

Home Forums Calendar Products Events Calendar PRO Strange CSS Override in Photo View

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1152967
    Amy
    Participant

    Hi there!
    I’m getting some strange css override for my events calendar page :

    http://www.amytwon.com/events/

    The button colors for ‘FIND EVENTS’ and ‘VIEW AS PHOTO’ keeps getting overridden.
    I’m attaching an example. The same happens for both FIND EVENTS and VIEW AS PHOTO.

    Please advise what is going on? Thanks!

    #1152990
    Brook
    Participant

    Howdy Amy,

    I would love to help you with this.

    If you are trying to change the background color for those this is the CSS I would use on your site:

    #tribe-bar-form .tribe-bar-submit input.tribe-events-button[type=submit] {
     background-color: #000;
    }

    I just tested that out, and it changes the background color to black overriding the current colors. Is that what you were trying to accomplish?

    Like wise this code will change the view as background:

    #tribe-bar-views div.tribe-bar-views-inner, div#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
     background-color: #fff;
    }

    Did that do the trick?

    Cheers!

    – Brook

    #1152994
    Amy
    Participant

    Brook, it works perfectly THANK YOU! I could not for the life of me get the selectors right, yours did it!

    -A

    #1153378
    Brook
    Participant

    Splendid news! You are very welcome. Let us know if you ever need anythign else.

    Cheers!

    • Brook
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Strange CSS Override in Photo View’ is closed to new replies.