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

    I’m on WP 5.1.1 with parent theme 4.2.6.
    When I change the alternate font color, it doesn’t change in all browsers.
    Safari works correctly. It seems like it works in IE, Chrome and Firefox, then changes back, but it may just not work at all.

    The font should be black, but is light grey.

    This is what is in the custom CSS box, if that is any clue.

    Thanks!
    Tony

    .avia-content-slider .slide-entry-title {
    font-size: 14px!important;
    font-color: black!important;
    }
    .avia-content-slider .slide-entry-title {
    color: white;
    }
    .html_elegant-blog .av-vertical-delimiter { display: none !important;
    }

    #1084631

    “font-color” is not a valid CSS property.
    Just “color” is the one to modify text colour.

    #1084639

    Ok thanks, I just took that out completely. I think that is just for the slider anyway.

    #1084648

    Your “Main Color” for text seems to be set to “#b0b0b0” in the theme styling options.

    Check the theme-options:
    – Enfold > General Styling
    – tab: “Main Content”
    – field: “Main Content font color”

    Adjust it to “#000000” for a black text colour.

    => https://kriesi.at/documentation/enfold/typography/#general-font-options

    —–
    Edit:
    Not sure if it understand correctly … just realized that you wrote about “alternate” color … but on the site you linked there is mostly the “Main Color” for text in use … do you mean a special area of that page?

    • This reply was modified 5 years, 8 months ago by cg.
    #1084662

    I thought “alternate content” controlled the blog font, but I’m probably wrong.
    Regardless, I’ve set everything in the general styling tabs to 000000.

    I saw the b0b0b0 as well, but I can’t find where that is coming from.

    Could I just override that with custom css, something like below?
    Please forgive me lack of css knowledge.

    .main.content {
    color: black;
    }

    #1084669

    Before that check if it’s not just a caching issue.
    If you already set the mentioned field for the main text color to #000000 maybe it’s just not shown on the site.

    – deactivate caching plugins (if any)
    – uncheck the CSS and JS merging and compressing in “Enfold > Performance” and save
    => refresh page in a browser window by pressing [CTRL]+[F5] (hard refresh)

    If that doesn’t work you can try the CSS:

    .main_color {
      color: #000000 !important;
    }
    #1084671

    There was a cache plugin, I didn’t realize.
    I think that fixed it!!
    Dude, you are awesome!

    #1085270

    Hi netdonkey,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    @cg, thanks for helping out. :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Blog Font Color Incorrect In Some Browsers’ is closed to new replies.