Topic Resolution: Resolved
  • Closed
  • Amir Bannoura
    Spectator
    18.02.2015 at 16:58 #14832

    How to control Title Size in Content Boxes? I can change everything but I don’t know how to change the title size!

    Regards

    Anonymous
    Inactive
    Posts: 49
    18.02.2015 at 18:08 #14835

    Check options under Theme Options->Typography.

    Regards

    Amir Bannoura
    Spectator
    Posts: 7
    19.02.2015 at 11:54 #14852

    Thanks

    Dennis Warwick
    Spectator
    Posts: 5
    22.02.2015 at 19:42 #14918

    Is there an option to target the content box title size without changing title sizes throughout the whole site? I would like to size down the content box titles without affecting the rest of the site.

    Roman
    Spectator
    Posts: 3147
    25.02.2015 at 18:03 #14937

    use a Custom CSS for example:

    h2.content-box-heading {font-size:20px;}

    modify per your needs