Changing page numbers through CSS
-
There is no styling applied to the pagination. It’s up to your theme’s CSS.
I wonder if there is a way to change
[loopage prev_next=false show_all=true]with some CSS like this added to style.css of my theme
span.red {
background: red;
border-radius: 0.8em;
-moz-border-radius: 0.8em;
-webkit-border-radius: 0.8em;
color: #ffffff;
display: inline-block;
font-weight: bold;
line-height: 1.6em;
margin-right: 15px;
text-align: center;
width: 1.6em;
}I tried but it didn’ work.
Thanks in advance for your support!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Changing page numbers through CSS’ is closed to new replies.