CSS to handle link color on single event page

Home Forums Calendar Products Events Calendar PRO CSS to handle link color on single event page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #105448
    ropecommander
    Participant

    Okay, so I changed the way my template handles links from blue to white. The only problem I’m running into is on the single event page, the organizer and venue details background is white. See here: http://ropecommander.com/event/longhorn-roping-productions-3/

    I’ve searched high and low and can’t figure out how to change the way those two boxes handle links. Can someone please help me figure out how to change the color of those links for the organizer and venue in single event view?

    Thanks!

    #105692
    Julie Kuehl
    Participant

    Hey ropecommander,

    Looks to me like it has something to do with the media=”screen” a:link { color: #FFFFFF; } code possibly in your theme and not the plugin files (ropecommander.com/(index:121). Can you check that out and see if that does the trick for you?

    – Julie

    #105719
    ropecommander
    Participant

    Thanks for the response Julie! I added that and it didn’t seem to change it.

    My theme has a custom CSS style box and I added the following to change it from black to white originally.

    a:link {color:#FFFFFF;} /* unvisited link */
    a:visited {color:#FFFFFF;} /* visited link */
    a:hover {color:#000000;} /* mouse over link */
    a:active {color:#FFFFFF;} /* selected link */

    Now, of course it changed the color of the links site wide, but I can’t figure out a way, if any, to change the way links act, just in those boxes.

    #106171
    ropecommander
    Participant

    Anyone have any ideas to possibly help me fix this? I’m stuck and have to get those links to show, even with the other links being white. Thanks in advance!

    #106233
    Julie Kuehl
    Participant

    Hey ropecommander,

    Does the information provided here https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/#customizingstyles help you out at all? Or you could try switching Events > Settings > Display > Default Stylesheet to full styles or skeleton styles and see if that helps out at all.

    Will that work?

    – Julie

    #106248
    ropecommander
    Participant

    Hi Julie,

    Thanks for that! I was able to change the background color of the boxes with that, so that the white links show up and the black text of the fields also show up. So it is a fix, but I wish I could just change the way that page handles links!

    Regardless, thanks so much for the help! It at least gets things looking functional at the moment!

    Best regards,
    Eric

    #106659
    Julie Kuehl
    Participant

    Hey ropecommander,

    I’m glad you were able to get something to work for you. There probably is a way to to that if you layer the CSS classes together, but whatever you can make work… well it works!

    Good luck with the rest of your project.

    – Julie

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘CSS to handle link color on single event page’ is closed to new replies.