Hello Gadgetsay,
If you want to change the color for the load more button (and on hover mode), you will have to use a bit of CSS code for doing that. Please try the code below and place it in Theme panel->Custom CSS area.
.td-load-more-wrap a:hover {
background-color: pink;
border-color: red;
color: green;
}
.td-load-more-wrap a {
color: green;
}
.td_ajax_load_more {
border: 1px solid blue;
background-color:yellow;
}
The result you should see here -> http://screencast.com/t/PxlrO1tJ1u7
Thanks for your understanding!
Not this type I want, I want to add like this!
This Image Example
Hello Gadgetsay,
You will have to add and this code to your CSS above in order to achieve as you wish.
The code is ->
.td-load-more-wrap a {
width: 696px;
}
In the future, if you want to customize your website you will have to create yourself the custom CSS code for achieving as you like because all of these processes are custom made and involve additional customizations. A very useful tutorial you should find here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
Hello Gadgetsay,
The code that I provided you above is available only for the desktop version on full width, without sidebar. This is a basic example for this button. So, if you want to make it responsiveness, please notice that you will have to do some additional customizations that involve custom work and we cannot provide support for this type of request.
Thanks for your understanding!
