Change Frame Color of Pretty Class
-
Topic
-
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.
This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
I want to change the color of the pretty class of one of my sliders to match my background color of #efefef; I cannot find where to make that modification.
Hello,
For CSS changes, it’s a good idea to use a tool like firebug or Google Chrome’s built-in developer tools to locate them and then put the edits either in your child theme‘s style.css or in the “Custom CSS” option on your theme options page.
So, in this case you’ve already identified that you want style the class “pretty” — so how would you write this as a CSS selector?
http://www.w3schools.com/css/css_selectors.asp
And then from there, you just want to change the border color from within your selector.
I don’t know much about CSS coding, but with what you have suggested I will work through it; you’ve provided enough information to lead me down the right path. Thanks so much! This has been nagging me for a long time, now I can resolve it.
Richard . . .
Awesome, glad to hear it!