Hi devs
I want to change the color of post index's links. So i tried to inspect the element of the links in my index blade page and i did it on the browser and when I want to copy the page content of "pagination.less" I did not find it within the path "assets/css/less/pagination.less" any idea ?
@w1n78 thanks for the response but the question is where to place these lines, I mean in which file ? I did create a new file in the desired path and I name it pagination.less and I have copied those lines to the style page but no change.
@MWDeveloper you don't really need to put it in a less file. it doesn't need to be processed, it's plain css already. how do you have your css set up? do you have a less file that you're processing? if you do, put that code at the bottom.
if you just have a plain css file, then put the code at the bottom.
less files need to be "processed" into css. otherwise, your browser won't know how to read it.