Topic Resolution: Resolved
  • Closed
  • Sam Wakefield
    Spectator
    13.08.2016 at 15:59 #29736

    Hi there,

    Does anyone know how to change the Tab Shortcode title’s colour and font size?

    Image and video hosting by TinyPic

    I am unable to find a way of changing it from the default grey?

    Daniel Jones
    Spectator
    Posts: 148
    13.08.2016 at 19:01 #29738

    Hi Sam,

    Thank you for reaching out.

    Hmm, custom CSS can come in handy styling this. Could you kindly share the link to this, so I can provide you with the appropriate CSS code?

    Let me know.

    Sam Wakefield
    Spectator
    Posts: 18
    13.08.2016 at 22:56 #29744
    This reply has been marked as private.
    Sam Wakefield
    Spectator
    Posts: 18
    13.08.2016 at 22:59 #29745
    This reply has been marked as private.
    Sam Wakefield
    Spectator
    Posts: 18
    13.08.2016 at 22:59 #29746
    This reply has been marked as private.
    Sam Wakefield
    Spectator
    Posts: 18
    13.08.2016 at 23:00 #29747
    This reply has been marked as private.
    Daniel Jones
    Spectator
    Posts: 148
    14.08.2016 at 09:34 #29750

    Hi again,

    Thanks for keeping in touch, I hope you are doing great!

    You would paste and save the following CSS code in the Custom CSS section of our theme (Appearance > Theme Options)

    /*change tab title font color and size*/
    .t4p-tabs a.tab-link {
    color: red !important;
    font-size: 10pt !important; /*this is default value*/
    }

    /*content padding top gap*/
    .content {
    padding-top: 35px !important; /*this is the default value*/
    }

    You can use any popular color name for the value or use this online picker; http://www.w3schools.com/cssref/css_colors.asp.

    Hope this helps!

    Sam Wakefield
    Spectator
    Posts: 18
    16.08.2016 at 11:14 #29784
    This reply has been marked as private.
    Sam Wakefield
    Spectator
    Posts: 18
    16.08.2016 at 11:40 #29786

    I’ll raise a new ticket and put this in resolved!