Hello,
I am using footable plugin and I can’t find where to override the default pagination css.
The footable pagination has square inline pagination. If I change to another theme, it works correctly. Where can i override the Enfold pagination css?
Thanks,
Hi!
Remove/comment from line 720 to line 760 in css/layout.css.
Regards,
Josue
This is what I have for 720 – 760.
This did not work.
/*.title_meta p{
margin: 1.3em 0 0 0;
}
.title_container .breadcrumb {
z-index: 10;
line-height: 15px;
font-size: 11px;
position: absolute;
right: 0;
top:50%;
margin-top: -7px;
}
.breadcrumb a{text-decoration: none;}
.breadcrumb a:hover{text-decoration: underline;}
.breadcrumb-trail .trail-before, .breadcrumb-trail .trail-end, .breadcrumb-trail .sep, .breadcrumb-trail a, .breadcrumb-trail .bbp-breadcrumb-current{
display: block;
float: left;
padding:0px 3px;
}
.breadcrumb-trail span, .bbp-breadcrumb-current a{display: inline; padding:0; float:none;}
.breadcrumb .sep{
display: block;
overflow: hidden;
width:8px;
}
/*prettyphoto enhancements*/
div.pp_default div .pp_content{
background-color: #f8f8f8;
padding-bottom:5px;
}
*/
Hi!
Can you please give us the link to the actual page? You can override the css styling using Quick CSS or custom.css.
Regards,
Ismael
If I knew what to override i would…
Hey!
You can use this on your custom.css or Quick CSS to change the look of the pagination:
#top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
float: left;
height: 35px;
width: 35px;
line-height: 34px;
text-align: center;
padding: 0;
border-radius: 0;
margin-right: 3px;
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}
Change the values.
Best regards,
Ismael
That worked! Thanks