New Landing How can we help? Atelier Sticky Header and Search Bar Not Working

Viewing 11 posts - 31 through 41 (of 41 total)
  • Posted in: Atelier
  • #274864
    OrganifiedBeautyBox
    Member
    Post count: 58
    This reply has been marked as private.
    #274873
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    This is the only product you have set up:

    http://d.pr/i/1emQM/5vbZrSKZ

    You need to go to Products > Add New and create a product for the ‘package’. Let me know when you have done that

    – Kyle

    #279004
    OrganifiedBeautyBox
    Member
    Post count: 58
    This reply has been marked as private.
    #279033
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    There is no theme option to change it.
    You can use the custom code below. Add it to the custom css option in the theme options.
    And change that color to the desired one.

    .spb_pricing_table .sf-pricing-column.highlight {
        border-color: #7eced5;
    }
    .sf-pricing-column .sf-pricing-tag::before{
        background-color: #7eced5;
    }

    Use this one for the gray border color

    .spb_pricing_table .sf-pricing-column {
        border: 1px solid #e3e3e3;
    }

    -Rui

    #279296
    OrganifiedBeautyBox
    Member
    Post count: 58
    This reply has been marked as private.
    #279710
    David Martin – Support
    Moderator
    Post count: 20834

    1) Please use one of these examples:

    .sf-pricing-features .spb-pricing-column-feature {
        color: red;
    }

    Or for your highlighted box:

    .highlight .sf-pricing-features .spb-pricing-column-feature {
        color: red;
    }

    2) You choose any button color from the button shortcode generator:

    #280013
    OrganifiedBeautyBox
    Member
    Post count: 58
    This reply has been marked as private.
    #280017
    David Martin – Support
    Moderator
    Post count: 20834

    1) In that case, please use this:

    .sf-pricing-column.highlight .sf-pricing-name h6, 
    .sf-pricing-column.highlight .sf-pricing-name .sf-pricing-price {
        color: red!important;
    }

    2) Sure, you can remove the top bottom spacing. Meta Options => Page Meta => Remove top spacing.

    #280224
    OrganifiedBeautyBox
    Member
    Post count: 58

    Thank you David,appreciate your help.

    I have stumble upon another issue please see below:

    1) I use the justified option within the text editor, for some reason it given me too much spacing between each word. Please see image. Is there a way that I can reduce the spacing that make it look a lot better?

    Attachments:
    You must be logged in to view attached files.
    #280226
    OrganifiedBeautyBox
    Member
    Post count: 58

    Ps. This is when it’s on mobile.

    Also

    2) How do you get the quote as in this link http://swiftideas.com/elements/quotes/

    I can’t seem to get the Pull Quote with the colour line as seen in the demo.

    Thanks.

    #280492
    David Martin – Support
    Moderator
    Post count: 20834

    1) That would result in the text not being justified, consider the center aligning the text.

    2) Use the blockquote formatting.

    Thanks

Viewing 11 posts - 31 through 41 (of 41 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register