Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #806604

    I want to change the title link color. For some reason, it is white.
    The excerpt is the default color (#330000)
    I am using this to successfully change font size, but not the color:
    .news-link { font-size: 14px; font-weight: bolder; color: #330000; }

    #806619

    Hey terrytomasini,
    Please try:

    .news-link a { font-size: 14px; font-weight: bolder; color: #330000; }

    or Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #809172

    Hi Mike,

    Did not work.

    Here is the page. Look any the “Latest Missionary News”:

    https://www.staging1.hessel.org/missionaries/

    Terry

    #809232

    Hi,

    Can you try adding the !important rule to your code, right after the color, and before the semi-colon?

    If that doesn’t work, please try this instead:

    .news-headline { color: #330000 !important; }

    If that still doesn't work, please provide us with temporary admin access so we can take a closer look.

    Please remember to clear your browser cache when you make changes! If you have a caching plugin installed, please clear that, too.

    Best regards,
    Sarah

    #809350

    The .news-headline worked.

    Thank you

    #809466

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.