Go With The Power Of WordPress Bundles Get 70+ Themes with 20% Of Use Code "Black20"

Get Bundle!!!

Black Friday Deals On WordPress Themes Are Live Get Straight 30% Off Use Code "Black30"

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