Change size of slider
This support request was posted in BBQ by zharris4
- zharris4 July 9, 2015 at 4:29 pm
How can I change the size of my slider? I added my website link for you to see.
Juanfra Aldasoro July 10, 2015 at 2:42 pmHello,
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.
You must be logged in to reply to this topic.