changing link color

Home Forums WordPress Theme Support BfastMag Pro changing link color

This topic contains 9 replies, has 3 voices, and was last updated by  jaysfromcouch 6 years, 3 months ago.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #8672

    I’m looking to find out how to change the color of linked text from the default orange.

    #8702

    Raja CRN
    Keymaster

    Hello,

    You can do it via Live Customizer > Theme Colors in WP Admin Appearance section.

    Thanks

    #8715

    I only see the option to adjust the hover color…not to change the color of links

    #8719

    Raja CRN
    Keymaster

    Hello,

    You have to change that Using the Additional CSS in Customizer: Put the following code and save.

    .entry-title a ,.sidebar .widget li a{
    color: red!important;
    }

    #8724

    vchum
    Member

    How can I use your code to affect a different color for hover over the “Mega Menu” sub-item titles?

    Right now, when you hover over a sub-sub-item, the sub-item title changes together.

    I suppose another option is to affect a change of the background colour of the menu…how can I do that?

    #8725

    Raja CRN
    Keymaster

    Hello Sir,

    This customization code is provided on basis of the user request as free service. Also, Please don’t use another user’s thread to ask your question. It may create confusion.

    If you want to change the background color, you have to customize the theme. You can use CSS code to change that.

    Thanks.

    #8876

    Thank you! This worked for my sidebar. What is the CSS code for changing the link colour in the body of posts?

    #9112

    I am still waiting to hear about changing the link colour in the body of the posts. Not the hover colour.

    #9116

    Raja CRN
    Keymaster

    Hello,

    Use this code in Additional CSS to change the color of link in post content.

    .entry-content a {
    color: red;
    }

    Thanks

    #9135

    That did it! Thank you!
    I have to say, the support for this theme is great. Thank you.

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

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