Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #156945
    theworthygoodsco
    Participant

    Hello!

    I’ve spent the last 3 hours trying to figure out how to enlarge the font size and center the site title. Please Help!

    I was able to preview the edit through the inspect element but can’t replicate the action in the theme code. The additional css feature in word press does absolutely nothing for me either. And nothing I’ve tried will move the site title to the center.

    I’ve tried clearing the various catches and disabling my plugin “use any font”.

    Any ideas what else I can do? I don’t have any experience with CSS and have googled everything I’ve tried. 🙂 So any instructions given– the more detailed the better.

    Thanks in advance!

    #156958
    Skandha
    Participant

    @theworthygoodsco: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-title {
    	font-size:30px !important;
    	text-align:center;
    }

    Please post in your site URL if this does not work out!
    Kind Regards,
    Skandha

    #157007
    theworthygoodsco
    Participant

    http://theworthygoodsco.com/

    That worked to enlarge the text, but not center it.

    #157166
    Skandha
    Participant

    @theworthygoodsco: Your site seems to be under construction. Please let me know when your site is accessible.

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Editing the CSS to enlarge and center site title’ is closed to new replies.