Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1261110
    dippelp
    Participant

    Hello,

    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) > a

    So 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 πŸ™‚

    #1261268
    Prasant Rai
    Moderator

    Hello 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.

    #1261294
    dippelp
    Participant

    Oh no, i forgot something obviously like that 😳

    Thanks for the help, works fine now. πŸ™‚

    #1261348
    Prasant Rai
    Moderator

    You’re welcome! We are just glad we were able to help you out.

  • <script> jQuery(function($){ $("#no-reply-1261110 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>