LemonStand Forum: Loading... - LemonStand Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Loading...

#1 User is offline   Jez-Timms 

  • Member
  • PipPipPip
  • Group: Members
  • Posts: 144
  • Joined: 01-November 09

Posted 08 September 2010 - 06:21 AM

Where is the CSS or set up for that message? I would like to just adjust the colour and size etc....
0

#2 User is offline   Aleksey 

  • Co-Founder
  • Group: +Administrators
  • Posts: 3,330
  • Joined: 31-October 09

Posted 08 September 2010 - 01:53 PM

Hi, Jez!

The loading indicator styles are defined in a CSS file which is a part of LemonStand, so you cannot modify this file. But you can override styles in your website CSS files. Below is the original declaration of the loading indicator style:

.ajax_loading_indicator
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: black;
    font: bold 12px Arial,Tahoma,Verdana,Helvetica,sans-serif;
    margin: 0;
    z-index: 100000;
}

.ajax_loading_indicator span
{
    background: #FFD62B;
    display: block;
    width: 15em;
    margin: 0 auto;
    text-align: center;
    padding: 0.3em 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}


Thanks

#3 User is offline   Jez-Timms 

  • Member
  • PipPipPip
  • Group: Members
  • Posts: 144
  • Joined: 01-November 09

Posted 08 September 2010 - 10:03 PM

Well that is the CSS that I thought would do it and tried this before posting. But it does not override it.

This post has been edited by Jez-Timms: 08 September 2010 - 10:04 PM

0

#4 User is offline   Aleksey 

  • Co-Founder
  • Group: +Administrators
  • Posts: 3,330
  • Joined: 31-October 09

Posted 09 September 2010 - 12:52 AM

Hi, Jez!

Weird. I just added the following code to the store CSS file:

.ajax_loading_indicator {
  font-size:20px !important;
}


and it works. Maybe you need to use !important for overriding default values?

#5 User is offline   Jez-Timms 

  • Member
  • PipPipPip
  • Group: Members
  • Posts: 144
  • Joined: 01-November 09

Posted 09 September 2010 - 02:20 AM

Yup that did the trick :) :)
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users