Free and Premium WordPress Plugins & Themes Forums WordPress Themes Luviana How to change the font colors on the [mphb_availability_search]
- This topic has 1 reply, 2 voices, and was last updated 3 years, 9 months ago by Andre Flores.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- January 27, 2021 at 11:06 am #1065625Diana RobertsParticipant
How to change the font colors on the [mphb_availability_search] on homepage widget? If it matters using Luviana theme.
February 1, 2021 at 12:57 am #1067453Andre FloresModeratorHello Diana,
You may change the font color by adding the following code under Appearance ->Customize ->Additional CSS:
.front-page-widget-area label { color: #e5e8eb; } .front-page-widget-area input[type="text"], .front-page-widget-area input[type="email"], .front-page-widget-area input[type="url"], .front-page-widget-area input[type="password"], .front-page-widget-area input[type="search"], .front-page-widget-area input[type="number"], .front-page-widget-area input[type="tel"], .front-page-widget-area input[type="range"], .front-page-widget-area input[type="date"], .front-page-widget-area input[type="month"], .front-page-widget-area input[type="week"], .front-page-widget-area input[type="time"], .front-page-widget-area input[type="datetime"], .front-page-widget-area input[type="datetime-local"], .front-page-widget-area input[type="color"], .front-page-widget-area textarea, .front-page-widget-area select { color: #8b9fb9; } .front-page-widget-area .widget_mphb_search_availability_widget .mphb_widget_search-submit-button-wrapper .button { color: #fff; }
Change #e5e8eb for labels font color, #8b9fb9 for fields input font color and #fff for the “Search” button color to any desired colors.
Regards,
Andre - AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.