• Support
  • Forum customization, hero etc

  • [deleted]

Braden hahaha would it be that so esay? it shows in every tag

Yes, it's set in the hero class

.Hero {
  background: url(https://yourdomain.com/images/header.webp);
  background-position: 10% 14%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #ffffff;
  height: 206px;
}
    • [deleted]

    Braden Yes. Which font text are you referring to specifically ? Or are you looking to change the font globally across the forum ?

      • [deleted]

      @[deleted]
      Can you, please, share how did you manage to customize nav/menu at the bottom?

        • [deleted]

        Braden You're looking to target the text here, yes ?

          • [deleted]

          • Edited

          Braden So in this case, you simply target

          h2.Hero-title and .Hero-subtitle then define the CSS font-family: nameofyourfont that you'd like to use. So something like

          h2.Hero-title, .Hero-subtitle {
              font-family: Arial;
          }
          • [deleted]

          Justoverclock this not work for me as your image, is not responsive

          Can you clarify ?

          • [deleted]

          • Edited

          Justoverclock it's not responsive because the CSS tells it not to be, and the image you have only occupies the right hand side of the screen but is at 1920px wide.

          Remove

           background-position: 10% 14%;

          Replace with

          background-position: right;