Forum Replies Created

Viewing 15 posts - 34,456 through 34,470 (of 34,516 total)
  • Posted in:
  • in reply to: Fancy heading image in Shop #42241
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please could you provide me with login details so that I can see if you have set the correct settings.

    – Kyle

    in reply to: Fancy Title – Portfolio #42240
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great!

    in reply to: Removing Margin Below Title In A Post #42239
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Apologies I thought it was a page.

    This can be achieved by adding this CSS to Custom CSS:

    .postid-2099 .inner-page-wrap {
      margin-top: 0;
    }
    .postid-2099 figure.media-wrap.full-width-detail {
      margin-bottom: 0;
    }

    This will only apply for this post.

    If you need it for other posts then I suggest creating a new class and replace the ‘.postid-2099’ with the class name. This class can then be added to each page in the MISC options.

    – Kyle

    in reply to: Even Boxes in Contact Form #42235
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please can you provide me with a link to the page?

    You can set a minimum height to the boxes so that they are all equal size.

    – Kyle

    in reply to: Blog title is missing #42233
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It is set to display:none;

    Please can you go to Theme Options > Default Meta Options and make sure ‘Default Show Page Heading’ is set to ON

    – Kyle

    in reply to: Impact text – Large #42232
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The font is already in use on your website. For e.g. the headings.

    To use the font for other elements, you can do this via CSS

    font-family: "Museo500Regular", Arial, Helvetica, Tahoma, sans-serif;

    – Kyle

    in reply to: Promo bar mouse over color #42231
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    /*Footer lign menu */
    .widget ul li:first-child > a {
    padding: 0 0 10px;
    }
    /*Sidebar under button space */
    #text-6 {
    padding-bottom: 10px;
    } */ <-------- YOU MISSED THIS CLOSING BRACKET */
    /*BOLD */
    strong, .sf-button, h6, .standard-post-date, .sf-count-asset h6.count-subject, .progress-bar-wrap .bar-text > span.progress-value, .portfolio-showcase-wrap ul li .item-info span.item-title, table.sf-table th, .team-member figcaption span, .read-more-button, .pagination-wrap li span.current, #respond .form-submit input#submit, .twitter-link a, .comment-meta .comment-author, .woocommerce span.onsale, .woocommerce .wc-new-badge, .woocommerce .out-of-stock-badge, .woocommerce .free-badge, .woocommerce a.button.alt, .woocommerce .coupon input.apply-coupon, .bag-product-title a, .woocommerce .shipping-calculator-form .update-totals-button button, table.totals_table tr.total, .woocommerce .button.update-cart-button, .woocommerce .button.checkout-button, #product-accordion .accordion-toggle, .woocommerce ul.products li.product-category h3 {
    	font-family: "Lucida Sans Unicode", Arial, Tahoma, sans-serif;
    	letter-spacing: normal!important;
    	font-weight: bold!important;
    }
    in reply to: Why the footer's color changed? #42229
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please can you provide me with login details so I can check out the colors you have set.

    – Kyle

    in reply to: Using Font Awesome Icons – being stripped with SPB? #42226
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi,

    Please can you send me the link to the page you are trying to do this on, and if you don’t mind providing me with the login details so that I can take a look at this issue.

    I’m guessing it’s because when you change from Text editor to Visual editor it strips out the icon markup as it is not supported in the TinyMCE editor.

    – Kyle

    in reply to: Form is not working #42225
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Not sure what your asking? What is the problem?

    – Kyle

    in reply to: Fancy Title – Portfolio #42224
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It must be the plugin that is causing the issue.

    Please email me the link to your website and I will try and solve the issue for you.

    – Kyle

    in reply to: Product page accordion #42222
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this css to your custom css:

    .product-share {
      border-top: medium none;
    }

    – Kyle

    in reply to: Bigger logo? #42218
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You can set the logo width and height in the Theme Options panel under Header Options

    – Kyle

    in reply to: Impact text – Large #42217
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You can download it for free here:
    http://www.myfonts.com/fonts/exljbris/museo/buy.html

    Note that only Museo 500 and 700 are free

    – Kyle

    in reply to: Impact text – Large #42214
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    The impact text is not a shortcode, it is a custom style. On your visual editor, you can select it from the dropdown. (See Screenshot)

    – Kyle

Viewing 15 posts - 34,456 through 34,470 (of 34,516 total)