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: 

This topic contains 7 replies, has 2 voices, and was last updated by  Raja CRN 9 years, 6 months ago.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #3976

    mundoblogs
    Member

    Good afternoon.

    I’d like to know how to change the color of the links in the post and in that file must be done.

    Thank you in advance

    #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 8 posts - 1 through 8 (of 8 total)

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