Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #549578

    Hey,

    I want to decrease all the text in the Booking widget: http://www.airlinestaffrates.com

    Except Search & Book Discounted Hotels

    What code shall I add?

    Thanks
    Charlotte

    #549750

    Hey Charlotte!

    Please add following code to Quick CSS

    h4#b_destination_h4,h4#checkInDate_h4,h4#checkOutDate_h4 {
        font-size: 12px;
    }
    

    Regards,
    Yigit

    #549769

    Hey, thanks

    I don´t see any difference…. I change to 14px but no change…

    #549775

    Hey!

    Please try adding !important rule as following

    h4#b_destination_h4,h4#checkInDate_h4,h4#checkOutDate_h4 {
        font-size: 12px !important;
    }

    If that too does not help, please create a temporary admin login and post it here privately.

    Cheers!
    Yigit

    #549783

    Thanks.. that worked :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change text size in widget’ is closed to new replies.