Title and tagline modifications

Home Support Blog Way Plus Title and tagline modifications

Tagged: , , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14676
    betticlay
    Participant

    New to WordPress. I would like to do the following:
    left align title and tagline
    remove all caps from title
    change fonts of title and tagline (Cormorant and Montserrat, respectively)

    Can I make these changes in the additional CSS field, or do I need to edit the header .php file??

    Many thanks.

    #14872
    nirav
    Keymaster

    Hello There!

    Greetings of the day!

    Please add custom CSS, to update to left-align the title & tagline and to remove all caps from the title, by following below-mentioned steps

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS”

    .site-branding
    {
        text-align: left;
        padding-left: 15px;
    }
    
    .site-branding .site-title 
    a{
    text-transform: capitalize!important;
    }

    4) Save the updates.

    You can select font for title and tagline from the admin panel however you can select the single font for both, title and tagline.
    Please go to Appearance >> Customize >> Theme Options >> Font Options >> Site Identity Font and select the font that you would like to have for Title and Tagline.

    Hope this helps.

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    #14891
    betticlay
    Participant

    Many thanks! Betty

    #14956
    nirav
    Keymaster

    Hi There!

    Hope you are doing good!

    We are glad that the issue got resolved. Feel free to get in touch in case of any other issue.

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.