Tagged: ,

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

    I found multiple posts regarding a link color being same as bold fonts color. I tried using custom CSS code from other posts to separate the two but nothing worked.

    Currently website text is black, and bold text is black, which is fine.

    The issue is the link color I would like links to be red (they are currently also black)

    Why is this? How can I separate the two?

    Login information below.

    • This topic was modified 7 years, 6 months ago by anristudio.
    #786965

    Hey onastvar,

    Please try this in Quick CSS:

    .main_color .avia_textblock a {color:red !important;}

    I made it so that the color only applies to links inside the avia_textblock div, and not affect the “Our Borrower NMTC Services” button. Is this what you would like to happen?

    Let us know if you need the CSS to be adjusted.

    Best regards,
    Sarah

    #786977

    Hi Sarah,
    Thanks!

    Yes I need links to be RED in textblock as well as item list if possible. I tried your custom CSS code – unfortunately it did not work.

    #787030

    Hi onastvar,

    I went inside your Dashboard and moved the line of code higher in the Quick CSS. It works now. :)
    Sorry, what did you mean by item list? The code I gave you works on any list that’s inside a Text Block element.

    Best regards,
    Sarah

    #787209

    Hi Sarah,

    Thank you so much! You fixed link color for textblock content.
    Take a look at page 3424 (link in private) i have 5 icon lists under each icon element there is text under content which has link (those are still black, should be red) Thanks in advance!

    #787222

    Hi,

    Please use this in Quick CSS, and adjust to your preference:

    .main_color .iconlist_content a {color:red!important;}

    Best regards,
    Sarah

    #787242

    Hi Sarah,
    Perfect – great work, great support!
    Thank You so much.
    You can close this issue….

    #787530

    Hi,

    Glad to hear that! Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Link color and Bold color’ is closed to new replies.