Tagged: Provident East Lalbagh
- This topic has 4 replies, 4 voices, and was last updated 5 days, 20 hours ago by
lewishamilton0998.
-
AuthorPosts
-
May 3, 2015 at 12:45 pm #24563
marciano
ParticipantHello,
My question (answered) has vanished so I go again.
There is something strange with the site I am building.
I asked about changing link color because there’s no difference with regular text.
I was suggested to set a {color:blue} or the color I like.
I tried that but look at theses samples
GOOD Here the link text “blog” is in blue but
BAD Here, all the links under “Notes written for the students” are not in blue.
That’s my problem.By the way I have some problems navigating your forums I would like to explain.
1) Text is too light in some areas
2) Your search box only appears in the list of forums but individual ones.
3) There’s no post previews
4) There are some inconsistencies in dates, Forum freshness
I suppose my first vanished post is related to that.
I was answered, I received an email notification. When I follow the post link https://www.themehorse.com/support-forum/topic/change-link-text-color-in-pages/#post-24541 it doesn’t send me to the post page.Thank you,
MMay 6, 2015 at 10:30 am #24681Theme Horse Support Team
KeymasterHi Marciano,
To have the color of the link in lists Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#content ul a, #content ol a { color: #05a9c5; }
Note: You can change the above HEX color code #05a9c5 to your own
About the forum navigating problem we have noted and will try to change.
Thank you!
May 6, 2015 at 8:11 pm #24698marciano
ParticipantIt worked!
I have a child theme.
Here’s the final add
#content ul a, #content ol a { color: #05a9c5; } #content ul a:hover, #content ol a:hover { color: #bbb; } a:hover {color:#bbb}
Thank you
May 7, 2015 at 4:38 am #24709Theme Horse Support Team
KeymasterThat’s great marciano
Thank you!
December 4, 2023 at 10:22 am #107436lewishamilton0998
ParticipantEach color is assigned a hex color code for you to use. In the end, you’ll have a custom color scheme that perfectly personifies your retro bowl college project.
-
AuthorPosts
- You must be logged in to reply to this topic.