Store Locator Plus® for WordPress › Forums › Premier Support › Herschel Nyloboard
- This topic has 8 replies, 2 voices, and was last updated 7 years, 10 months ago by Cici.
-
AuthorPosts
-
January 20, 2017 at 5:09 PM #44735LincolnParticipant
Can anyone tell me how to change the color of the bars? See image.
Thank you!
January 20, 2017 at 5:28 PM #44737LincolnParticipantDon’t know why it didn’t attach in last post. Here are the bars/colors I’m trying to edit:
January 21, 2017 at 3:48 PM #44741CiciKeymasterJanuary 22, 2017 at 12:20 PM #44744LincolnParticipantCan you get any more specific than that? What exactly should I be calling out to change the color?
January 22, 2017 at 1:11 PM #44745LincolnParticipantI did some digging and found the results. Will post for others:
Plugin Styles Are Located Here:
/wp-content/plugins/store-locator-le/css
For Nyloboard, adding the following CSS will allow you to change the bars to whatever you wish:
#search_box #search_box_header {
background-color: #FF0000 !important; }
form#searchForm INPUT#addressSubmit {
background-color: #FF0000 !important; }
#results_box #results_box_header {
background-color: #FF0000 !important; }
I had to !important things to get it to work properly. Perhaps someone with more CSS experience could clean that up.
January 23, 2017 at 10:38 AM #44753CiciKeymasterThe issue is also theme interplay with the plugin style and people have different WordPress themes so they may need to add the important designation. Quite often a theme takes precedence. My WordPress theme is out of the box generic so I do not usually need to add the !
There are new plugin styling options under development for Premier customers only. Lance has been expanding and improving the plugin styles and one click changes for active premier customers and it will be ready for release shortly. Currently there are so many variations that it can be confusing. Often the SLP plugin styles were developed and were customized for specific paid customization. which the developer then adds as an option for others.
P.S I was trying to get an answer to you quickly over the weekend , we do not normally work support questions over weekends or holidays, so the quickest way was to give you the links rather then writing out code when I do not have that particular plug in style nor your theme as part of my site.
Thanks for sharing
January 23, 2017 at 10:42 AM #44754January 23, 2017 at 1:51 PM #44764LincolnParticipantNo worries. Once I actually started digging, it wasn’t that hard to find the CSS. Sometimes it’s just easier to ask for directions. 🙂
January 23, 2017 at 1:58 PM #44765CiciKeymasterUnderstood, there are a lot of variables and settings especially when you have Premier! The developer is endeavoring to make it simpler. There will always be a need for some HTML and CSs settings. Thank you for posting your solution so others may benefit as well!
-
AuthorPosts
- The topic ‘Herschel Nyloboard’ is closed to new replies.