SKT BeFit Pro CSS Font setting

Home Forums BeFit Theme Support SKT BeFit Pro CSS Font setting

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #110428
    info1311info1311
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: April 8, 2018

    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

    #110434
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #110449
    info1311info1311
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: April 8, 2018

    Hi,
    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
    Lukas

    #110465
    info1311info1311
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: April 8, 2018

    Solved,
    changed in style.css file.
    Thanks for help
    Lukas

    #110478
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.