Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #164022
    amiramorrow
    Participant

    I am using the free version of Catch Inspire for http://www.morrowtherapy.com. I would like to get rid of the search bar and center the site title and tagline. I looked thru the forums and found some CSS to add, but nothing seems to have changed after clicking “Publish”. These are centered on the preview, so I was bummed when it was not actually centered on my site.

    Also, how to I change the font size for the page name titles? I would like them to be a bit smaller than the site title.

    #164040
    sapana
    Participant

    @amiramorrow: Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    .site-branding {
        display: block;
        text-align: center;
        width: 100%;
    }
    #search-social-container-right {
        display: none;
    }

    /* to change the font size*/

    .entry-title {
        font-size: 30px;
    }

    You can change font size as per your requirement.Let me know if this works out!

    Kind Regards,
    Sapana

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Site Title, Tagline’ is closed to new replies.