Okay
  Public Ticket #262635
Thick text
Closed

Comments

  • John started the conversation

    Hi ThemeNectar,

    Love the theme.

    Trying to go with ascend style and I would like to copy your style of the thicker bold text in the slider with lower case italic text below.

    I would also like to get my logo date and name in the slider for my blog.

    Thanks 

    JP

  •  8,839
    Tahir replied

    Hey John!

    Add this into the Custom CSS box located in your Salient Options panel :

    .swiper-slide .content h2
    {
        font-family: Lovelo, sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 110px;
        line-height: 129px!important;
        font-weight: regular;
    }
    #featured article .post-title h2 span, .swiper-slide .content p, #portfolio-filters-inline #current-category, body .vc_text_separator div
    {
        font-family: Libre Baskerville;
        text-transform: capitalize;
        font-size: 22px;
        line-height: 41px!important;
        font-weight: 400;
        font-style: italic
    }
    <br>
    

    I am afraid we dont have any dynamic option to add those in the blog so you will likely have to add the logo in a html img tag in the caption and similarly for the date and name.

    Thanks


    ThemeNectar Support Team