• Resolved pbradford

    (@pbradford)


    Trying to change this font size in Appearance/custom css and it is not change the sizes. see below for what i tried. thanks

    @media (max-width: 480px)
    .bwg_image_title {
    font-size: 16px !important;
    }

    @media (max-width: 480px)
    .bwg_image_description {
    font-size: 13px !important;
    }

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Kima Baghdasaryan

    (@kimabaghdasaryan)

    Hi,

    Would you like to change the font sizes of title and description in mobile view only?

    Thank you!

    Have a nice day!

    Thread Starter pbradford

    (@pbradford)

    Yes mobile only – that is why i noted the @media styles

    thanks

    Plugin Support Kima Baghdasaryan

    (@kimabaghdasaryan)

    Hi,

    Please add the below-written CSS code into Appearance > Customize > Additional CSS:

    @media (max-width: 480px){
    .bwg_image_title {
       font-size: 16px !important;
    }
    }
    
    @media (max-width: 480px){
    .bwg_image_description {
    font-size: 13px !important;
    }
    }

    Please let us know if it helps.

    Thank you!

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘@media – .bwg_image_title & description’ is closed to new replies.