how to change the color of the links in the post

Home Forums WordPress Theme Support BresponZive Mag how to change the color of the links in the post

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #3988
    Raja CRN
    Keymaster

    Do you want to change the color in the single post content?

    #3997
    mundoblogs
    Member

    Hi.

    Yes. I want to change the color of the links in the single post. I have reviewed the Forum but have not found the answer. I’ve tried to do it from the skins, and it did not work.

    Thanks in advance

    #4021
    mundoblogs
    Member

    Please any idea how i can change the color of the links in the post.

    Thanks in advance

    #4030
    Raja CRN
    Keymaster

    Hi,

    Add the following code in the Theme Options > Styling > Custom CSS

    
    .post_content p a{
    color: red;
    }

    You can change the color.

    #4053
    mundoblogs
    Member

    Thanks Raja CRN, but with this code paste in the section you indicate, don“t make any change.

    Any other idea, please?

    Thanks in advance

    #4054
    mundoblogs
    Member

    Oops, the code works correctly, but I like change the condition ahover to another color.

    How I can do this?

    Thanks in advance

    #4105
    Raja CRN
    Keymaster

    Use it like this,
    .post_content p a:hover{
    color: blue;
    }

Viewing 7 posts - 1 through 7 (of 7 total)

Only Verified Customer of this Theme Can post reply to this Support Topic! .