Home › Forums › BeFit Theme Support › SKT BeFit Pro CSS Font setting
- This topic has 4 replies, 2 voices, and was last updated 5 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
October 25, 2018 at 8:49 am #110428
Hi,
I have set default font for H1 – H5 elements in theme as Allura,
But I need to change font for H5 elements in footer widgets only.
Im trying to override default font setting via editing line 301 in style.css file:
.cols-4 h5{ font-family: Source Sans Pro, sans-serif; font-weight:600; font-size:22px; margin-bottom:15px; text-transform:uppercase; border-bottom:none !important; background: rgba(0, 0, 0, 0) url(images/footer-heading-border.jpg) repeat-x scroll left bottom;}
But without success.
Can You point me to the correct settings, please?
Domain: http://test.jhfoto.cz
Thanks
Lukas
October 25, 2018 at 1:05 pm #110434Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
#footer-wrapper .cols-4 h5 {font-family: 'Allura', cursive; text-transform: capitalize; font-size: 30px;}
Regards,
ChrisOctober 25, 2018 at 4:06 pm #110449Hi,
because I want override H5 element in footer from Allura font to Source Sans Pro, I´we changed Your code to:
#footer-wrapper .cols-4 h5 {font-family: 'Source Sans Pro', cursive; text-transform: capitalize; font-size: 30px;}
But it takes any effect.
Cam You help me, please?
Thanks
LukasOctober 25, 2018 at 9:47 pm #110465Solved,
changed in style.css file.
Thanks for help
LukasOctober 26, 2018 at 5:22 am #110478🙂
-
AuthorPosts
- You must be logged in to reply to this topic.