Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3001478
Archive Category Page Color
Closed

Comments

  •  4
    ISOLE-GRECHE started the conversation

    How is possible to change number color?

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Additional CSS, add & modify the following CSS code:

    .penci-pagination:not(.penci-ajax-more) span.current,
    .penci-pagination:not(.penci-ajax-more) a:hover {
        background: #3f51b5;
        border-color: #3f51b5;
        color: #fff;
    } .penci-pagination:not(.penci-ajax-more) a,
    .penci-pagination:not(.penci-ajax-more) span {
        background: transparent;
        border-color: #ececec;
        color: #111;
    }

    Regards,
    PenciDesign.



  •  4
    ISOLE-GRECHE replied
    .penci-archive__list_posts .penci-post-item .entry-title a:hover {
        color: #5CB4E8;
    }
    .penci-pagination:not(.penci-ajax-more) span.current {
        border-color: #2993D1;
        background-color:#2993D1;
        color: #fff;
    }
    .penci-pagination:not(.penci-ajax-more) a:hover {
        border-color:#5CB4E8;
        background-color: #5CB4E8;
        color: #fff;
    }
    .penci-pagination:not(.penci-ajax-more) a {
        border-color: #ececec;
        color: #111;
        background-color: #fff;
    }

    I already added this code. Can it give problems?




  •  2,492
    PenciDesign replied

    Hi,

    You should modify the color at this code:

    .penci-pagination:not(.penci-ajax-more) a {
        border-color: #ececec;
        color: #111;
        background-color: #fff;
    }

    Regards,
    PenciDesign.



  •  4
    ISOLE-GRECHE replied

    I noticed that the dots remained black even if I applied CSS 


  •  2,492
    PenciDesign replied

    Hi,

    About the color of the dots, please add this CSS code:

    .penci-pagination,
    .penci-pagination span {
        color: #111;
    }

    Regards,
    PenciDesign.



  •  4
    ISOLE-GRECHE replied

    Nothing... I tried with many browsers (with cache deleted) and many PC... putting !important too. Nothing.

  •  2,492
    PenciDesign replied

    Hi,

    Please try to add this code:


    .penci-pagination:not(.penci-ajax-more) span {
        color: #f1f1f1;
    }
    Then clear all the cache, auto-optimize cache & check again.

    Regards,
    PenciDesign.