Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1451971

    Hi
    I am trying to target the special heading element with css class “boelge” on my landing page to change the font size, but it’s not displaying correctly.
    I’m using this code:
    #top .boelge {
    font-size: 200px !important;
    }

    Can you help me with this?
    Thanks
    Nancy

    #1451979

    Hey Munford,

    I’m not sure I understand what exactly you are trying to target, could you try to be a bit more specific and maybe use a different class namn?

    Best regards,
    Rikard

    #1451986

    I was trying to target a special heading element on the page below with css class “boelge” on the page below, but I made a new page with an image instead of a special heading. See below.

    thanks for your help
    Nancy

    • This reply was modified 4 months, 1 week ago by Munford.
    • This reply was modified 4 months, 1 week ago by Munford.
    #1451996

    Hi,

    This CSS is applying:

    @media only screen and (min-width: 767px) {
      h1.av-special-heading-tag {
        font-size: 140px !important;
      }
    }

    Try removing the !important part, then use this CSS:

    #boelge h1 a {
      font-size: 200px;
    }

    Best regards,
    Rikard

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