Tagged: x
-
AuthorPosts
-
November 17, 2016 at 9:15 am #1261110
dippelpParticipantHello,
i have a little Problem. I’m using my X Theme with “Renew” and i want to change the Color for all Links inside my Post on the Blog Streampage and the single Post Pages.
As example: The selector for a single link is:
#post-588 > div > div.entry-content.content > div > div > div > div > div > div > p:nth-child(4) > aSo i tried to select the Link with:
entry-content.content a
{
color: 000 !important;
}.content a
{
color: 000 !important;
}.content > a
{
color: 000 !important;
}But nothing of them worked :/
Please help me,
thanks π
November 17, 2016 at 11:16 am #1261268
Prasant RaiModeratorHello There,
Thanks for writing in!
You need to prefix color codes with # symbol. Please replace your CSS with the following:
.entry-content.content a { color: #000 !important; }Let us know how it goes.
Thanks.
November 17, 2016 at 11:40 am #1261294
dippelpParticipantOh no, i forgot something obviously like that π³
Thanks for the help, works fine now. π
November 17, 2016 at 12:15 pm #1261348
Prasant RaiModeratorYouβre welcome! We are just glad we were able to help you out.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1261110 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
