Home › Forums › Calendar Products › Events Calendar PRO › CSS to handle link color on single event page
- This topic has 6 replies, 2 voices, and was last updated 12 years, 2 months ago by
Julie Kuehl.
-
AuthorPosts
-
February 17, 2014 at 9:18 am #105448
ropecommander
ParticipantOkay, 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!
February 17, 2014 at 5:21 pm #105692Julie Kuehl
ParticipantHey 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
February 17, 2014 at 5:45 pm #105719ropecommander
ParticipantThanks 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.
February 18, 2014 at 2:46 pm #106171ropecommander
ParticipantAnyone 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!
February 18, 2014 at 4:51 pm #106233Julie Kuehl
ParticipantHey 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
February 18, 2014 at 5:10 pm #106248ropecommander
ParticipantHi 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,
EricFebruary 19, 2014 at 2:10 pm #106659Julie Kuehl
ParticipantHey 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
-
AuthorPosts
- The topic ‘CSS to handle link color on single event page’ is closed to new replies.
