Tagged: x
-
AuthorPosts
-
October 18, 2016 at 7:13 am #1220713
bperry420ParticipantHi,
I have figured out some of the css code for the pagination at the bottom of the blog page, but I don’t know how to change the color of the “current” item. Right now it is a white circle with white text. I need to change the text inside of the white circle to be color:#990099; I might want to change the color of the circle also.
Please see attached screenshot.
Thank you!WordPress 4.6.1 running X – Child Theme.
X Theme version: 4.6.4
Cornerstone version: 1.3.3October 18, 2016 at 7:15 am #1220718
bperry420ParticipantHere is the css code that I have used so far:
/*pagination on bottom of blog page*/
.x-pagination ul
{
background-color:#000;
border:solid 1px #333;
}.x-pagination a
{
color:#fff!important;
background-color:#990099;
}.x-pagination a:hover
{
color:#990099!important;
background-color:#ffffff;
}October 18, 2016 at 7:55 am #1220758
JoaoModeratorHI There,
Add the following code to Appereance > Customizer > Custom > CSS and adjust the color according to your wishes:
.x-pagination span.current { background: red; }Hope it helps
Joao
October 18, 2016 at 11:38 am #1221034
bperry420ParticipantThat worked! Thank you very much!
October 18, 2016 at 12:13 pm #1221072
JoaoModeratorGlad to hear it,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1220713 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
