Home Forums Theme support Skyline Theme Adjustment Revisit Reply To: Skyline Theme Adjustment Revisit

Hi Denise,

for the menu you can also add this code in WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

header .main-menu li a {
font-size: 20px;
}

The file with the slider is “header_object_slider.php” / “header_featured_object_slider.php”, line 92 – 99.

The speed of the slideshow you can change on line 140, but you need to add this line between these to lines:

next:	"#next_object",
pause:	true,

Please insert this code:

timeout: 4000,

(4000 is the time between to slides in milliseconds)