How can i Move down Slider Category of Sparkling

  1. How can i Move down Slider Category of Sparkling
  2. Header menu font is very small , can i change it for big size?i cant found the setting

thank you

hello

Help? Please?

Hi @henryip,

I hope you are well today and thank you for your question.

1) How can i Move down Slider Category of Sparkling

I am not sure what you meant by moving down slider category.

Do you want to move the whole slider down?

Please advise.

2) Header menu font is very small , can i change it for big size?i cant found the setting
You can change the font size of the menu by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

#masthead .navbar-default .navbar-nav li a {
  font-size: 14px;
}

You can change the font size 14px in the above code to whatever you want to set.

Best Regards,
Movin