Tagged: ,

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

    Dear all,
    could you help me solve this issue?
    If you visit http://www.carlacasali.com using Safari at first and Chrome then you can notice that the footer (meaning the text color) is shown with white (Safari) and Black(Chrome). I can’ figure out why. The website is under construction, I leave you an access:

    #773362

    Hey bgiacomo,

    When the styles are not set explicitly different browsers set them according to their ways of computing them. You might want to explicitly specify the rules. Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #footer p, #footer h3 {
      color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #773422

    I did it thanks! One more question: what if I would like to make white also the line next to the title.
    Please try to visit the page with Mozilla then Chrome so you will understand immediatly.

    Thanks,
    Giacomo

    #773509

    Hey!

    I loaded with Firefox and I could not identify which title you mean.
    Can you please show us with a screenshot?

    Best regards,
    Basilis

    #773614

    https://ibb.co/i4GdRF (CHROME)
    https://ibb.co/cXcJRF (FIREFOX)

    As you can see using Chrome I cannot see the line close to the title: “Chi sono”, “Newsletter”..there is a white <hr> element which not appears on Chrome.

    Regards,
    Giacomo

    #773704

    Hi,

    You can see that there`s the border, but the color is dark, so, to fix it, add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    .special-heading-border {
    color: #fff;
    }
    

    Best regards,
    John Torvik

    #774149

    Great! It works perfectly! Thx

    #774156

    Hey!
    Happy we can help.
    Please feel free to let us know if there is anything else we can do for you.

    Thanks a lot

    Cheers!
    Basilis

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Footer text color displayed differently between Safari and Chrome’ is closed to new replies.