NiceThemesChange size of slider – NiceThemes http://nicethemeswp.com/forums/topic/change-size-of-slider/feed/ Wed, 23 Apr 2025 13:24:00 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/change-size-of-slider/#post-6043 <![CDATA[Change size of slider]]> http://nicethemeswp.com/forums/topic/change-size-of-slider/#post-6043 Thu, 09 Jul 2015 16:29:07 +0000 zharris4 How can I change the size of my slider? I added my website link for you to see.

]]>
http://nicethemeswp.com/forums/topic/change-size-of-slider/#post-6044 <![CDATA[Reply To: Change size of slider]]> http://nicethemeswp.com/forums/topic/change-size-of-slider/#post-6044 Thu, 09 Jul 2015 18:40:39 +0000 zharris4 Also, how can I get my nav to lower case?

]]>
http://nicethemeswp.com/forums/topic/change-size-of-slider/#post-6048 <![CDATA[Reply To: Change size of slider]]> http://nicethemeswp.com/forums/topic/change-size-of-slider/#post-6048 Fri, 10 Jul 2015 14:42:34 +0000 Juanfra Aldasoro Hello,

Thanks for writing. The images in your slider are big because the resizing tool provided by WordPress only allows a script to resize images if you want to get them in a smaller size. As the slider image size for the BBQ slider is of 960x400px you’ll need to upload images that are bigger in size of that particular size in order to be resized. If you want to change that, the image size for the slider is set in the file /includes/theming/theming.php

With regards to the navigation to lower case, that’s set with CSS with this rule:

#navigation .nav li a {
    text-transform: uppercase;
}

In order to change that you can add a new rule with another value for the transform property of your text: http://www.w3schools.com/cssref/pr_text_text-transform.asp

Best,
Juan.

]]>