The summer sale is live! Get 20% off on a bundle of 70+ WordPress themes with coupon code "OVATION20".

Get Bundle!!!

Summer Savings: Enjoy 30% Off on Premium WordPress Themes! Use Coupon Code "SUMMER30" at Checkout."

#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 »