J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
[SOLVED]Slider Changes (1 viewing) 
Go to bottom
TOPIC: [SOLVED]Slider Changes
#7467
NWS
Fresh Boarder
Posts: 12
User Offline
[SOLVED]Slider Changes Karma: 0  
Hi,

I am using the default slider and I want to make some changes to it.
I want to remove the border so the slider is full width and remove the space that is at the bottom of it.
Also how do I change the phone number font size and the border radius ?
Image attached to explain more.
Thanks
 
Logged Logged  
  The topic has been closed.
#7469
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Slider Changes Karma: 79  
Hi,

first of all ensure that the slideshow module is assigned to the correct position 'responsivizer_slideshow'. It doesn't look like you have assigned it to the correct position, because borders and rendering is not correct.

The CSS code to have full width is the following:

Code:

div.slideshow > div.moduletable {padding: 0}
Font size and border radius CSS can be found in the main.css. Search the following CSS rule.
Code:

.bottom_tel_number a { font-size: 30px; padding: 5px 10px; border: 2px solid #CCC; border-radius: 30px; }
 
Logged Logged  
  The topic has been closed.
#7470
NWS
Fresh Boarder
Posts: 12
User Offline
Re:Slider Changes Karma: 0  
Brilliant, thank you.
Indeed the slider was in the wrong place!
Thanks again
 
Logged Logged  
  The topic has been closed.
Go to top