Text format in Title – theme dynamic news

  • Unknown's avatar

    Hi, I was looking at some answers with the topic of the site title but none worked for me. Or I did not know how to enter it in my CSS.

    I would like to change the size and color of the site title and subtitle.

    Title: El Club del Mareo
    SubTitle, short description: Tratamiento de mareo y vértigo

    Thank you very much!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Please try to change the size and color of the site title and subtitle entering this CSS code on My Sites → Customize → CSS:

    .wf-active #logo .site-title {
         text-transform: uppercase;
         font-size: 2em;
         color: #f2721d;
    }
    
    h2.site-description {
        font-style: italic;
        font-size: 1.5em;
        color: #999!important;
    }

    For more info on Custom CSS, please check: Custom CSS and How to Add Custom CSS

    Hope this helps =)

  • Unknown's avatar

    Perfect !!!
    Thank you !!!

  • The topic ‘Text format in Title – theme dynamic news’ is closed to new replies.