I'd really like to make the text size bigger. Is there any css tweaking docs for UR Slider Pro?
Thanks!
Is there any css tweaking docks for UR Slider Pro?
Moderator: forum_m
Is there any css tweaking docks for UR Slider Pro?
Last edited by dpbonaro on July 19th, 2016, 3:49 pm, edited 1 time in total.
-
- Posts: 7225
- Joined: February 26th, 2015, 1:40 pm
Re: Is there any css tweaking docks for UR Slider Pro?
Hello dpbonaro,
please share your gallery URL where you are using the plugin and want to increase the text font size.
Thanks.
please share your gallery URL where you are using the plugin and want to increase the text font size.
Thanks.
Re: Is there any css tweaking docks for UR Slider Pro?
The gallery is at http://p2pchildbirth.staging.wpengine.com/
I wish there was documentation (docs not docks
on tweaking the plugin via css.
I would also like to have the images not be links, and not open up the lightbox viewer. I only want the slide show to run embedded on the home page.
Thanks
I wish there was documentation (docs not docks

I would also like to have the images not be links, and not open up the lightbox viewer. I only want the slide show to run embedded on the home page.
Thanks
-
- Posts: 7225
- Joined: February 26th, 2015, 1:40 pm
Re: Is there any css tweaking docks for UR Slider Pro?
Hello dpbonaro,
1) You can increase the font size by adding the following section of code in custom css-
2) To disable the lightbox function, follow the below steps-
- Open the file "ultimate-responsive-image-slider-pro.php" in plugin folder.
- Comment two lines ..line no 149 and 150, as shown http://imgur.com/a/4nzBo
- save the file
Let us know the results.
Thanks.
1) You can increase the font size by adding the following section of code in custom css-
Code: Select all
#example1_1992 .desc-in {
font-size: 2.5em !important;
}
- Open the file "ultimate-responsive-image-slider-pro.php" in plugin folder.
- Comment two lines ..line no 149 and 150, as shown http://imgur.com/a/4nzBo
- save the file
Let us know the results.
Thanks.