Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Some changes in color and size
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Some changes in color and size
#64259
Some changes in color and size 5 Years, 4 Months ago Karma: 0
How can I change to following requests? Please see prntscr.com/lyop8m

Best regards,

Christian
The administrator has disabled public write access.
 
#64260
Re:Some changes in color and size 5 Years, 4 Months ago Karma: 748
Hello,

Add the following CSS rules to a site template CSS file to hide book title, navigation scrollbar and change color of the buttons:

Code:


/* title */
.ari-smartbook-container .smartbook-title {display: none}

/* nav scrollbar */
.ari-smartbook-container .smartbook-sliderbar {display: none}

/* buttons */
.smartbook-toolbar-buttons LI I::before {color: red}



About missing icons, it seems this is a problem with site template / 3rd plugin styles. Could you provide a link to a page where the problem occurs so we can investigate it?

It is not possible to change size of content, because it is an image.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#64273
Re:Some changes in color and size 5 Years, 4 Months ago Karma: 0
1. I can give you the link to my page, but cannot give you the login data in this public Forum:


biz251.inmotionhosting.com/~praxis28/index.php/pages/einladung#page/1

For the login please send me an email to cjirik@gmx.net. Thank you in advance.


2. Why can I not zoom into the document without seeing the full document like in the Fullscreen mode?

3. Can I also change the colors of the scrollbar if I do not want to remove it complete?
The administrator has disabled public write access.
 
#64275
Re:Some changes in color and size 5 Years, 4 Months ago Karma: 748
1. Send credentials by email.

2. It is possible to use zoom in/out buttons in toolbar to zoom document.

3. Use the following CSS rules:

Code:


.smartbook-sliderbar .ui-slider-horizontal .ui-slider-handle {
  background-color: green;
}

body .smartbook-sliderbar {
  background-color: yellow;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1