Style not updating on front end
-
Hi Geoffrey,
Thanks for the recent updates of your plugin. My account issues are solved.
Since you added styling options in the back-office, I have deleted all my personal CSS rules and used the plugin ones.
My choices are correctly reflected in the sample feed of the back-office, but I can’t get them to show up on the website. For instance, I have set the font size to 13px, and it’s always 15px on the website. Size seems to be related to these rules:
.bluesky-social-integration-last-post-content {
word-wrap: break-word !important;
word-break: break-word !important;
font-size: var(--bluesky-posts-custom-post-content-fs, 15px) !important;
}found in bluesky-social-posts.css at line 168. And this 15px rule never updates even after modifying it in the back office and saving my changes…
Any idea?
Best,
ChristopheThe page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.