Okay
  Public Ticket #1418229
typeography
Closed

Comments

  • Alex started the conversation

    Where can I find the setting that controls the author line (as shown in my screencap attached). 

    I need to thicken up the type to make it more visible against image header backgrounds.

    Thank you!

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    You can easily modify that using some CSS. Please send us a link to your website so we can send you some.

    Looking forward to hearing from you,

    Regards

  • Alex replied

    It is currently behind an under construction plugin but it will be located at https://tribe.ca

    Do you need me to disable the under construction wall so you can send me the CSS?

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Yes please. Looking forward to hearing from you,

    Regards

  • Alex replied

    You can see what I mean by looking at this page:

    https://tribe.ca/be-my-guest/

  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .single [data-post-hs="default_minimal"] #single-below-header span, .single .heading-title[data-header-style="default_minimal"] #single-below-header span {
        font-size: 16px !important;
    }
    .single #page-header-bg #single-below-header span {
        color: rgba(255,255,255,1) !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Alex replied

    That has made it a lot better Tahir & Andrew, thank you very much.