Hello,
can I chanhe the "more news" button color? Actualy it's text black and background white, I nedd to reverse
Thank you Michele
Hi Michele,
You can try with following css code:
.category-action .btn-line { background: #080808; color: #ffffff; }
Hi,
yes it's working... but only in home page,
If you go on my website www.amotomio.it and try tu click "articoli" menu, you will see the button has still the old style.
Please let me know Thank you Michele
Hi, michelerubin Please change style of .btn-line from a file root/media/t4/css/11.css, close a line 491 into:
.btn-line
root/media/t4/css/11.css
.btn-line { border-color: #080808; color: #ffffff !important; background: #080808; }
Then the style will work as expectation. Regards,
You can add this:
div#infinity-next { background: #080808; color: #fff; }
I haven't 11.css
I can see 13.cc and 15.css, but adding the code of the pevious post seems it's working also in the submenu pages.
Let me know if it's ok or it's better to apply your last post code in the css file.
Thank you Regards Michele
These 11.css / 13.css / 15.css files are generated from the corresponding template styles. You should override with custom.css file so your changes will not be lost
Ok, now it's working everywhere, I Have also modified the hover effect
Porblem solved. Thank you Michele
Glad to hear that 😉