Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #861037

    I want to have unique price savings based on another platform for each specific product. This should be shown on the product galleries. I found this code from another guy with a similar problem

    .inner_product_header_cell .price:after {
        content: ' All included';
        float: left;
        width: 100%;
        color: red;
        font-size: 12px;
    }

    This is kinda what i want but the text here is not unique it just says ‘All included’ on all products. How can i have unique text like “save x $ compared to xxxx”

    This is the site i am using: http://keycorner.dk/

    #861473

    Hey nicnic222,

    There is nothing like that in the by default unfortunately, did you try looking for a plugin or custom code that will add that to your site? The code you posted is static CSS so you can’t expect dynamic results from it.

    Best regards,
    Rikard

    #861879

    I fixed the problem but now I’m having some issues with styling the single product page.

    I was told the css for changing the price tag was like this:

    .single p.price {
    font-size: 30px;
    }

    But it doesn’t work. Can you tell me how to do it?

    Also on your 2017 demo you have text between the price tag and the “add to cart” button. Like this: https://imgur.com/TYGKMVU
    How do i do that?

    #861884

    Also how do I make the tab sections like here: http://kriesi.at/themes/enfold-2017/elements/tab-section/

    I can’t seem to find them anywhere in the advanced layout builder

    #862159

    I’m sorry for bumping the thread again but i have some more stuff i need help with so figured i would throw it all in here before you reply.

    I want an actual search bar on my site instead of the search icon. In order to get that i followed this guide

    https://kriesi.at/support/topic/adding-search-bar-to-header-cant-find-enfoldincludes-folder/

    You can see on my site (private content) that there is a search bar but it doesn’t follow the shrinking header function properly. How do I make it do that?

    This is the CSS:

    .custom-form {
    background-color: #fff;
    position: absolute;
    top: 20%;
    bottom: 50%;
    margin-left: 40%;
    margin-right: 20%
    }
    
    #top #searchform>div {
      position: relative;
      max-width: 500px;
      width: 300px;
    }

    And when I search for stuff the opacity of the products the search bar finds is too high so I can’t really read what it says.

    #863113

    Hi,

    1.) Please use this for the product price.

    #top .price, #top .price span, #top del, #top ins {
        display: inline;
        text-decoration: none;
        font-size: 30px;
        line-height: 24px;
        font-weight: 600;
    }

    2.) Are you referring to the tab section title images? You can add a “Tab Symbol” for each section.

    3.) Use the following css code.

    #top .header-scrolled #s {
        padding: 6px 27px 6px 5px;
    }
    
    #top .header-scrolled #searchsubmit {
        line-height: 20px;
    }

    Best regards,
    Ismael

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