How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums Poka Review Plugin support Counter colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12278
    Daniel
    Participant

    Hello, I wanted to change the counter color and number size. The size of the number was successful, however, as for the color, strange things happen, I paste the css color and the settings return to the default settings once, it is saved but then it returns to the initial or green ones, which I do not understand.

    I am introducing changes here to no effect.

    .table-s1 .item .count {background: # FFA500; width: 38px; line-height: 38px; text-align: center; -webkit-border-radius: 100%; – moz-border-radius: 100%; -ms-border-radius: 100%; – o-border-radius: 100%; border-radius: 100%; color: #fff; font-size: 2em; font-size: 2em; font-weight: 600; text-indent: 3px; display: inline-block} @media (max-width: 1100px) {. prp-page .prp-content .table-s1 .item .count, .wp-admin .prp-content .table- s1 .item .count, .prp-page.page

    The color of the number and the background do not change or spontaneously change to the old colors. The second (child) line does not change except for the number size.

    Thank you in advance for your help.

    #12282
    admin
    Keymaster

    Hi Daniel,

    Your selector seems a bit messed up and I’m not sure if it is due to copy/paste. I suggest to try the following:

    .prp-page.page .prp-content .table-s1 .item .count { color:red; }

    The above selector is tested and works fine!

    #12292
    Daniel
    Participant

    Thank you for the answer. As for the color of the number, the given css works. However, if I add a background color that is .prp-page.page .prp-content .table-s1 .item .count {background: # FFA500; color: red; } The background is then only every second place on the list, is there any other way to have the background in every counter?
    Thank you and best regards

    #12298
    Daniel
    Participant

    Hello, the question is not valid, I managed to solve the problem. By the way, is a plugin planned to be updated? 🙂 Thanks again for your help and best regards!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.