Reopen limit-excerpt-length/#post-1162301

Home Forums Calendar Products Events Calendar PRO Reopen limit-excerpt-length/#post-1162301

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1162919
    Lisa League
    Participant

    Hi! I wanted to reopen my post on excerpts.

    All is working fine with using the metabox to enter post excerpts with HTML formating, but in the month view on hover the tooltip hyperlinks are white on the white background and I’m having trouble identifying the correct element to adjust.

    Example – https://www.qpractice.com/ncidq-study-schedule/month/?tribe-bar-date=2017-03-01
    Hover over Systems Integration or Millwork and there is a gap where the link is not visible.

    #1162929
    Lisa League
    Participant

    This reply is private.

    #1163564
    Barry
    Member

    Hi Lisa!

    You appear to be using The Events Calendar Category Colors. Some of the CSS generated by that plugin is ‘bleeding’ into this event and is altering the color of the links to white (for events falling within certain categories).

    If you are able to add a new rule to your stylesheet, or via a custom CSS plugin perhaps, you can probably workaround this and achieve a consistent link color everywhere:

    .tribe-events-tooltip p > a {
    	color: blue !important;
    }

    Does that help at all?

    #1163932
    Lisa League
    Participant

    This reply is private.

    #1164307
    Barry
    Member

    Hi Lisa,

    Where did you add that code exactly? I do see a cached and minified stylesheet which contains the following CSS:

    .tribe-events-tooltip a{color:#d35254}

    However this lacks both the paragraph selector and the !important modifier. I do appreciate use of !important is generally frowned upon, but it would be useful in this case. If you did add those things, perhaps they were stripped out by whatever tool you are using to minify, cache and concatenate the CSS?

    #1164553
    Lisa League
    Participant

    This reply is private.

    #1164620
    Barry
    Member

    Glad to hear it worked 🙂

    I’ll go ahead and close this topic, but of course feel free to create new topics as needed should anything else crop up and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Reopen limit-excerpt-length/#post-1162301’ is closed to new replies.