Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #965828

    Since We can´t change heading for slider titles from h1-h6 without editing php code- could you think about settings for slider titles next update?

    H1 and H2 Settings for my Slider titles on: http://www.schmuckwunder.at are actually a mess.
    Slider Titles

    Thank you, Tobias

    #965829

    titles

    #966052

    Hi,

    I’m guessing you want to control the size of your markup? If so then try to add a class to it:

    <h1 class="my-class">Content</h1>

    Then you can add this to your Quick CSS:

    h1.my-class {
      font-size:30px;
    }

    Best regards,
    Rikard

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