Home › Forums › All Other Themes › Elastic Pro Theme – footer formatting
- This topic has 3 replies, 2 voices, and was last updated 3 years ago by Sonl Sinha.
-
AuthorPosts
-
November 9, 2021 at 12:27 am #186057
Hello,
I am using your Elastic Pro Theme on my website at https://centralohiowarehouse.com/. I have changed the font throughout the site to Playfair Display; however, somehow the font in the footer info box titles has not changed. I tried inserting the following code into the Custom CSS code box:
#footer .contact-info .box h5 {
font-family: Playfair Display !important;
}And I have even gone into the the theme itself and edited the section of code in the Stylesheet from:
#footer .contact-info .box h5 {
color:#fefefe;
text-transform:uppercase;
position:relative;
font: 400 15px Lato,sans-serif;
}to
#footer .contact-info .box h5 {
color:#fefefe;
text-transform:uppercase;
position:relative;
font:400 15px Playfair Display;
}But the front end of the website still displays the Lato font.
I have the same issue with changing the font size in the footer info box paragraph (i.e., #footer .contact-info .box p) from 14px to 15px and adjusting the font weight in the logo section from 700 to 500 – it doesn’t matter that I put the code in the Custom CSS box or that I changed the code in the theme itself, the changes don’t take effect.
Please help.
Thanks,
Courtney
November 9, 2021 at 5:44 pm #186095Hi,
We checked, Playfair Display font is display in footer info box title.
Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.
Regards,
ChrisNovember 9, 2021 at 7:22 pm #186111Weird…it must be some kind of update delay on my server. Because I went to the site on several browsers just now and saw the font as you did (the way I intended it, even though it was not like that immediately after I made the changes yesterday), but, then I updated the font size in the footer info box paragraph (i.e., #footer .contact-info .box p) from 15px back to 14px, but I don’t see the change. Perhaps it will be there in a few hours…
Thank you for your assistance either way. Have a great day!
November 10, 2021 at 11:24 am #186128Cool 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.