Shop Categories

X

COUNTER

Home Forums Agama Pro COUNTER

Topic Resolution: Resolved
  • This topic has 6 replies, 2 voices, and was last updated 5 years ago by Zex.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10636
    Resiliencengine
    Participant

    Can I put a > sign before the counter number? And a + after?

    #10637
    Zex
    Moderator

    Hello,Resiliencengine!

    Try to insert the following CSS codes in Customize-General-Additional CSS:

    .counter span:before{
        content: "> ";
    }
    .counter span:after{
        content: " +";    
    }

    https://prnt.sc/kt7kpk

    Best Regards

    #10885
    Resiliencengine
    Participant

    Is there a way to customize every counter?
    To have the plus and/or > in few cases and nothing in others?

    #10886
    Zex
    Moderator

    Hello,

    Of course, there is a possibility to do this, just give me a link to the page with the counters, and tell me in what counter you want to insert the characters and I will give you the correct code.

    I will need the WP login credentials too (in private reply)

    Regards

    #11073
    Resiliencengine
    Participant
    This reply has been marked as private.
    #11140
    Resiliencengine
    Participant

    Hi, is this possible? You should have a private message from me, above. 🙂

    #11142
    Zex
    Moderator

    Hello, Resiliencengine!

    Sorry for the delay, I missed your post…

    I have solved the problem you have.

    The way I did this is as follows:

    1. I Edited the page with the Counters, using WP Bakery page builder backend editor
    2. Then I Added the extra class name in the Counter column.

    https://prnt.sc/ld08w5

    3. In the Customizer, I applied the CSS code targeting the counter using the extra class name.(General->Additional CSS)

    https://prnt.sc/ld0g3s

    Let me know if you have any further questions.
    Regards

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