Great theme but I have two customization preferences that I can’t resolve.
1) I would like to remove the “dots” on the slider. Is there some custom CSS for that?
2) I would like to use a specific “blue” to match my logo (I hoped the Pro version with give me that ability). Is there some custom CSS I can use for that too?
To remove the “dots” on the slider Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#controllers {
display: none;
}
And for the specific blue skin you can change the color as your via theme option.