• Resolved shiokguy

    (@shiokguy)


    Dear All
    I am currently using this theme. my wife like it ??

    https://raisingafairy.com/

    I need to change the Site Title and also the Tagline.
    I need to be able to change the Size, Color, Font and Alignment.

    Anyone can please help?

    Best Regards
    Yong

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Yong,

    You can achieve what you’re after by adding following Custom CSS to your theme using Advanced CSS Editor.

    /*Site-title*/
    .site-header .site-branding a{
        color: #bee;
        font-size: 50px;
        font-family: "Times New Roman", Times, serif;
    }
    /*Site-tagline*/
    .site-header .site-branding .site-description{
        color: #ff0;
        font-size: 30px;
        font-family: "Times New Roman", Times, serif;
    }

    Change values accordingly. As for the site title and tagline, you can navigate to Appearance -> Customize from your dashboard and change it from there. Hope it helps.

    Thread Starter shiokguy

    (@shiokguy)

    Hi Suyogya
    Thank alot for your help.
    I will try it and once again thx you

    Regards
    Yong

    Hi Yong,

    Best of luck. Let us know if it doesn’t works. Cheers ??

    Thread Starter shiokguy

    (@shiokguy)

    Dear Suyogya
    Yes it work perfectly, thank you very much.

    Best Regards
    Yong

    Thread Starter shiokguy

    (@shiokguy)

    Thx you

    Hi Yong,

    Glad it worked. Cheers ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Need help to change setting’ is closed to new replies.