Shop Categories

X

H1 Entry title

Home Forums Agama Pro H1 Entry title

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6998
    Katja
    Participant

    Hi,

    could anyone tell me how I change the H1 Entry title (title of the site)? I tried this one:
    h1.entry-title {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    color: #881344;
    }

    but it didn’t worked :/

    Thanks!

    • This topic was modified 5 years, 11 months ago by Katja.
    #7000
    Zex
    Moderator

    Hello, Katja!

    To achieve this, you don’t need an Additional CSS code.
    Just open the Customizing ▸ Site Identity▸ Typography menu, and
    customize the title options.

    https://prnt.sc/hk94qw

    You can change the Title color in the Customizing ▸ Site Identity ▸ Styling menu.

    https://prnt.sc/hk97k6

    Best Regards

    #7039
    Katja
    Participant

    Hm no, it doesn’t work :/ I’ve changed the size as you mentioned, but nothing happened. Same with my CSS code…

    #7041
    Zex
    Moderator

    Hi,

    First, if you want to show up the site title, you need to remove the logo image,
    Then add the code below instead of the one you have:

    #masthead .site-title a {
     font-family: Roboto, Helvetica, Arial, sans-serif;
     font-size: 32px;
     font-weight: 400;
     font-style: normal;
     line-height: 1.2;
     color: #881344;
    }

    https://prnt.sc/hlznf4

    Regards

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