Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1154693

    Hello,

    I want to change H3 to 21px but it does not work in the setting and custom

    #top #wrap_all .all_colors h3 {
    font-size: 21px;
    }

    Please help :)

    Regards Hans Blancke

    #1154976

    Hey hansblancke,

    Please try to add important after your statement:

    #top h3 {
      font-size: 21px !important;
    }

    If that doesn’t work then please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

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