Awesome WordPress Themes At Great Prices Get 15% Off Use Code "Ovation15"

Home Forums Ovations Themes OT Medical Pro Questions about Medical Pro theme Reply To: Questions about Medical Pro theme

#6305
Developer
Moderator

Hi,

As per your requests

1) Change the font family, and colour of the search box.

Reply :– Paste the following Css in the additional Css

Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the below css >> Publish

#cover input[type=”text”]::placeholder
{
font-size: 16px;
line-height: 18px;
color: #858585;
font-weight: 700;
font-family: “Playfair Display”;
}

2)Change the font family, and colour of the footer widget

Reply :- Paste the following Css in the additional Css

Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the below css >> Publish

#footer_box a {
font-size: 21px;
color: red;
font-family: ‘Montserrat’;
}

Many Thanks

Translate »