Modify css List theme – Not Work
-
Hi, i have tried to modify the “list” theme css with an easy code to have a gray light border:
.amazon-products-container-list {
overflow-y: auto;
overflow-x: hidden;
width: 100%;
border-style: solid;
border-radius: 15px;
border-color: lightgrey;
padding: 30px;
border-width: 1px;
}
If I try to apply the modification from Chrome DevTools works fine, but when I modify the style.css file it doesn’t work. To modify the file I have to try to edit the file from my hosting file editor or upload and overwrite the style.css.In attach the Style.css modified and the website path: gerardopandolfi.com/wp-content/plugins/amazon-auto-links/template/list/style.css
Style file (saved in txt to upload): https://gerardopandolfi.com/wp-content/uploads/2024/08/style.txt
Thanks
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.