Custom Navigation
-
Please, how do i produce the custom navigation like the one in the first image of your screenshot?
Your CSS Code:
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}is not creating an inner border, as in the first image of your screenshot
I get only an outer border when I add border: 1px solid #BFBFBF; to the upper CSS Code to give:
.wp-pagenavi {
clear: both;
border: 1px solid #BFBFBF; /* Added 4th Sept 2015 */
}Please, assist
Regards,
Stardrive
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Custom Navigation’ is closed to new replies.