Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #985947

    Hi, how can I make the product prices bigger inside a product masonry gallery?

    Also, how can I increase the overlay of the image so the text will be more clear (make the background darker).

    Thanks

    #986136

    Hey DROR,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top span.av-masonry-price.price span {
        font-size: 18px;
    }
    
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0,0,0,0.5);
    }

    Hope it helps :)

    Best regards,
    Nikko

    #986296

    Thanks Nikko, I see that only effects the desktop view. How can I increase the font size on mobile?

    #986417

    Hi bakbek,

    Can you try to add !important:

    #top span.av-masonry-price.price span {
        font-size: 18px !important;
    }
    
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0,0,0,0.5) !important;
    }

    This should prevent the code from being overriden in mobile devices.

    Best regards,
    Nikko

    #986518

    No go Nikko, size is still the same on mobile.

    #986522

    Hi,

    Please try to clear the browser cache. If this doesn’t work go to Enfold > Theme Options > Performance and set the “CSS file merging and compression” setting to “Disable” (this will clear the css cache).

    Best regards,
    Dude

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