Topic Resolution: Resolved
  • Closed
  • Sam Wakefield
    Spectator
    August 13, 2016 at 3:59 pm #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
    August 13, 2016 at 7:01 pm #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
    August 13, 2016 at 10:56 pm #29744
    This reply has been marked as private.
    Sam Wakefield
    Spectator
    Posts: 18
    August 13, 2016 at 10:59 pm #29745
    This reply has been marked as private.
    Sam Wakefield
    Spectator
    Posts: 18
    August 13, 2016 at 10:59 pm #29746
    This reply has been marked as private.
    Sam Wakefield
    Spectator
    Posts: 18
    August 13, 2016 at 11:00 pm #29747
    This reply has been marked as private.
    Daniel Jones
    Spectator
    Posts: 148
    August 14, 2016 at 9:34 am #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
    August 16, 2016 at 11:14 am #29784
    This reply has been marked as private.
    Sam Wakefield
    Spectator
    Posts: 18
    August 16, 2016 at 11:40 am #29786

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