Forum replies created

    Roman
    Spectator
    Posts: 3147
    06.05.2015 at 10:16 #17273

    here you go, Custom CSS:

    .dropcap {
    font-family:georgia;
    }

    In reply to Mobile main menu
    Roman
    Spectator
    Posts: 3147
    06.05.2015 at 10:12 #17272

    Custom CSS:

    @media only screen and (max-width: 480px) {
    .header-social .top-menu {
    display: none;
    line-height: 43px;
    }
    }

    Roman
    Spectator
    Posts: 3147
    05.05.2015 at 07:17 #17254

    we test it on iphone and it works just fine

    Roman
    Spectator
    Posts: 3147
    04.05.2015 at 19:19 #17248

    sure, try for example:

    .footer a {
    color: green;
    }

    modify per your needs

    Roman
    Spectator
    Posts: 3147
    04.05.2015 at 19:16 #17246

    sure no problem 😉

    Roman
    Spectator
    Posts: 3147
    04.05.2015 at 19:09 #17244

    try this Custom CSS – Theme Options -> Custom CSS

    @media only screen and (max-width: 768px) {
    .custom-header {
    background-size: contain !important;
    }
    }

    Roman
    Spectator
    Posts: 3147
    04.05.2015 at 10:29 #17236

    Appearance -> Theme Options -> General -> Layout Options -> Page Content Top Padding set to 0px

    Roman
    Spectator
    Posts: 3147
    03.05.2015 at 20:26 #17225

    no problem

    Roman
    Spectator
    Posts: 3147
    03.05.2015 at 20:24 #17224

    when using a shortcode on a shop page, the default shop page must be disabled as it will display duplicated products, as it does on your shop page, I set new shop page address http://fotoscenen.se/shop-2/ with the shortcode and disabled the Shop Page in WooCommerce -> Settings -> Products -> Display -> Shop Page

    Roman
    Spectator
    Posts: 3147
    03.05.2015 at 20:04 #17222

    try Custom CSS:

    form.checkout .shop_table tfoot th {
    width: 60%;
    }

    play with the percentage value