• Resolved casozambol

    (@casozambol)


    Hello, I want to reduce the font size of the price in the Single listing pages. I used the code below but it doesn’t work.
    .pull-right .text-right .acadp-price-block {
    font-size: 12px;
    }

    .lead acadp-no-margin {
    font-size: 12px;
    }

    thank you for helping me

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pluginsware

    (@pluginsware)

    Hi,

    Kindly?add?the?following?CSS?code?in?your?theme’s?style.css?file?or in the “Advanced?CSS” option of?your?theme’s?customizer?panel.

    .acadp .lead{
    font-size: 12px !important;
    }

    Hope this helps you.

    Thanks

    Thread Starter casozambol

    (@casozambol)

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘reduce Single listing pages price font size’ is closed to new replies.