Jump to content

Specials Information


Recommended Posts

Hello,

The system is managed by the css, if you change the element, you can create a round rather a square

 

example about the square

span.ModulesFrontPageTickerBootstrapTickerPourcentage {
  font: 700 14px/12px Arial,Helvetica,sans-serif;
  color: #FFF;
  background: #FF6600 none repeat scroll 0% 0%;
  text-transform: uppercase;
  padding: 0.375rem 0px 0.4375rem;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
  width: 3.125rem;
  text-align: center;
  display: block;
  float:right;
  position: relative;
  right:1rem;
}

 

Link to post
(edited)

The code below create a circle. it use the bootstrap function

This is a  pure html but after you must translate in function the ClicShopping Code.

 

       .btn-circle.btn-xl { 
            width: 70px; 
            height: 70px; 
            padding: 10px 16px; 
            border-radius: 35px; 
            font-size: 12px; 
            text-align: center; 
        } 

 

and

 

<button type="button" class="btn btn-danger btn-circle btn-xl">30 %</button>

 

Edited by Foster
Link to post

First you must know ClicShopping is made like this

1 module = 1 css

In this case all the products listing has their own css, you must modify the css and update the files in consequences;

I recommend you to create a new module (it's easy, it's just a replace) with this own css.

Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use