By Fagault Eric on Thursday, 02 November 2017
Posted in General
Replies 5
Likes 0
Views 304
Votes 0
Hello,
I have a custom CSS file to adapt CSS, it works well with Filezilla, Opera, IE but it only works partially with Chrome while it worked this morning.
Is it related to the update?

Best regards.
Eric
Hello Eric,

I'm sorry, may I know which page in Easysocial you are referring to? perhaps, you can provide us screenshots of the part that has the styling issue.
·
Thursday, 02 November 2017 19:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
You'll find two screenshots, one with Chrome where it's not ok, one with Opera where it's ok.
Best regards.
Eric
·
Thursday, 02 November 2017 19:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Please understand that our support is only limited to issues related to the product and it does not cover customizations. Anyway, I will help you out just this once but I hope you understand that we cannot always be assisting you with your custom codes as this issue isn't even an issue with the extension in the first place.

The reason that your overrides aren't working is because you did not reset the border radius:

[gist]
body #es .es-story-panel-button {
border-radius: 0;
}
[/gist]
·
Thursday, 02 November 2017 22:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello mark,
Thank you very much, I understand very well.
Thanks to your answer it allowed me to harmonize all styles, I did not pose "body" in front of the name of my class, it was missing.
Thanks again.
Best regards.
Eric
·
Friday, 03 November 2017 14:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Eric,

You're welcome.
·
Friday, 03 November 2017 15:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post