Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Change Caption Class #776809

    Figured it out. I changed the default font back to open sans and it’s now showing correctly.

    in reply to: Change Caption Class #776803

    That just gets me back to the start. the caption is still under h2:
    <h2 style=”font-size:70px; ” class=”avia-caption-title” itemprop=”name”>itsallgonepearshaped</h2>

    I’m trying to emulate the style on http://www.itsallgonepearshaped.com
    which is just a simple:
    h1 {
    font-size: 100px;
    font-weight: 100;
    line-height: 1;
    }

    in reply to: Change Caption Class #776783

    Thanks Jordan, I already tried that based on other topics I’ve read. It enables the class for the whole slider only by the looks of it. h2 is still there under the class for the title.
    If I add “example” to the custom class for the slider
    and
    .example {
    font-family: ‘Raleway’, Helvetica, Arial, sans-serif !important;
    font-size: 80px !important;
    font-weight: 100 !important;
    line-height: 1 !important;
    text-transform: lowercase !important;
    }
    or #top .example it does absolutely nothing.

Viewing 3 posts - 1 through 3 (of 3 total)