Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #285271
    Janice Christian
    Participant

    Hi,
    I’m trying to customize my new website and the bubbles that show the price aren’t big enough to contain all of the information I want. How do I make them bigger?

    My website is https://learnwithjmc.com/

    Thanks in advance

    #285294
    Skandha
    Participant

    @janicechristianmsc: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-content-section .section-content-wrapper .entry-price-wrapper {
    	height: 110px !important;
    	width: 110px !important;
    }
    #featured-content-section .section-content-wrapper .entry-price {
    	height: 100px !important;
    	width: 100px !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I make the featured content price bubbles bigger?’ is closed to new replies.